mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 01:14:21 +01:00
edit default configuration to take into account AD backend
This commit is contained in:
parent
9ec7a3dfbe
commit
49af82d308
@ -110,10 +110,24 @@ ldap.dn_user_attr = 'uid'
|
||||
#####################################
|
||||
# configuration of ad backend #
|
||||
#####################################
|
||||
#
|
||||
#ad.module = 'ldapcherry.backend.backendSamba4'
|
||||
#ad.auth = 'Administrator'
|
||||
#ad.password = 'password'
|
||||
|
||||
## Name of the backend
|
||||
#ad.module = 'ldapcherry.backend.backendAD'
|
||||
## ad domain
|
||||
#ad.domain = 'dc.ldapcherry.org'
|
||||
## ad login
|
||||
#ad.login = 'administrator'
|
||||
## ad password
|
||||
#ad.password = 'qwertyP455'
|
||||
## ad uri
|
||||
#ad.uri = 'ldap://ldap.ldapcherry.org'
|
||||
|
||||
## ca to use for ssl/tls connexion
|
||||
#ad.ca = '/etc/dnscherry/TEST-cacert.pem'
|
||||
## use start tls
|
||||
#ad.starttls = 'off'
|
||||
## check server certificate (for tls)
|
||||
#ad.checkcert = 'off'
|
||||
|
||||
[ppolicy]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user