|
@@ -15,14 +15,14 @@
|
|
; Enable SSL to the LDAP server.
|
|
; Enable SSL to the LDAP server.
|
|
UseSsl = false
|
|
UseSsl = false
|
|
|
|
|
|
- ; The LDAP server to use for searches and authentication.
|
|
|
|
- LdapServer = ldap.example.com
|
|
|
|
|
|
+ ; The LDAP servers to use for searches and authentication, separated by commas. These will be tried in-order.
|
|
|
|
+ LdapServers = first.ldap.example.com, second.ldap.example.com, third.ldap.example.com
|
|
|
|
|
|
; The DN to narrow the scope of searches for users and groups.
|
|
; The DN to narrow the scope of searches for users and groups.
|
|
BaseDN = DC=example,DC=com
|
|
BaseDN = DC=example,DC=com
|
|
|
|
|
|
; ldap_auth will use this user DN and password to search for users trying to authenticate.
|
|
; ldap_auth will use this user DN and password to search for users trying to authenticate.
|
|
- ; if you have anonymous LDAP queries enabled (not reccomended) you may simply provide the
|
|
|
|
|
|
+ ; if you have anonymous LDAP queries enabled (not recommended) you may simply provide the
|
|
; `anon` CN and a blank password.
|
|
; `anon` CN and a blank password.
|
|
SearchUserDN = CN=ldapsearch,CN=Users,DC=example,DC=com
|
|
SearchUserDN = CN=ldapsearch,CN=Users,DC=example,DC=com
|
|
SearchUserPassword = ldapsearch_password_here
|
|
SearchUserPassword = ldapsearch_password_here
|