edit default configuration to take into account AD backend

This commit is contained in:
kakwa 2015-07-28 23:49:07 +02:00
parent 9ec7a3dfbe
commit 49af82d308
1 changed files with 18 additions and 4 deletions

View File

@ -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]