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