]> git.proxmox.com Git - pmg-docs.git/blame - ldap.conf.5-opts.adoc
api-viewer: properly HTML encode properties
[pmg-docs.git] / ldap.conf.5-opts.adoc
CommitLineData
51ac9592
DM
1`accountattr`: `<string>` ('default =' `sAMAccountName, uid`)::
2
3Account attribute name name.
4
5`basedn`: `<string>` ::
6
7Base domain name.
8
9`binddn`: `<string>` ::
10
11Bind domain name.
12
13`bindpw`: `<string>` ::
14
15Bind password.
16
241ac83c
TL
17`cafile`: `<string>` ::
18
19Path to CA file. Only useful with option 'verify'
20
51ac9592
DM
21`comment`: `<string>` ::
22
23Description.
24
25`disable`: `<boolean>` ::
26
27Flag to disable/deactivate the entry.
28
29`filter`: `<string>` ::
30
31LDAP filter.
32
33`groupbasedn`: `<string>` ::
34
35Base domain name for groups.
36
37`groupclass`: `<string>` ('default =' `group, univentionGroup, ipausergroup`)::
38
39List of objectclasses for groups.
40
41`mailattr`: `<string>` ('default =' `mail, userPrincipalName, proxyAddresses, othermailbox, mailAlternativeAddress`)::
42
43List of mail attribute names.
44
241ac83c 45`mode`: `<ldap | ldap+starttls | ldaps>` ('default =' `ldap`)::
51ac9592 46
241ac83c 47LDAP protocol mode ('ldap', 'ldaps' or 'ldap+starttls').
51ac9592
DM
48
49`port`: `<integer> (1 - 65535)` ::
50
51Specify the port to connect to.
52
53`profile`: `<string>` ::
54
55Profile ID.
56
57`server1`: `<string>` ::
58
59Server address.
60
61`server2`: `<string>` ::
62
63Fallback server address. Userd when the first server is not available.
64
241ac83c
TL
65`verify`: `<boolean>` ('default =' `0`)::
66
67Verify server certificate. Only useful with ldaps or ldap+starttls.
68