Add optional keys to sample config and use FQDN for GSSAPI
This commit is contained in:
parent
8b06d6b4af
commit
0166bf8cdb
@ -15,14 +15,15 @@ ldap_connection:
|
|||||||
# or GSSAPI / Kerberos authentication:
|
# or GSSAPI / Kerberos authentication:
|
||||||
auth:
|
auth:
|
||||||
method: :gssapi
|
method: :gssapi
|
||||||
hostname: ldapserver
|
hostname: ldapserver.company.de
|
||||||
|
servicename: ldap # optional, defaults to "ldap"
|
||||||
|
|
||||||
# or GSS-SPNEGO / NTLM authentication
|
# or GSS-SPNEGO / NTLM authentication
|
||||||
auth:
|
auth:
|
||||||
method: :gss_spnego
|
method: :gss_spnego
|
||||||
domain: 'company.de'
|
|
||||||
username: 'myuser'
|
username: 'myuser'
|
||||||
password: 'secret'
|
password: 'secret'
|
||||||
|
domain: 'company.de' # optional
|
||||||
|
|
||||||
# Search parameters for LDAP users which should be synchronized
|
# Search parameters for LDAP users which should be synchronized
|
||||||
ldap_users:
|
ldap_users:
|
||||||
|
Reference in New Issue
Block a user