From 49af82d30810fd1d6594b712439402d20096f2f4 Mon Sep 17 00:00:00 2001 From: kakwa Date: Tue, 28 Jul 2015 23:49:07 +0200 Subject: [PATCH] edit default configuration to take into account AD backend --- conf/ldapcherry.ini | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/conf/ldapcherry.ini b/conf/ldapcherry.ini index 4067ffe..64e35d9 100644 --- a/conf/ldapcherry.ini +++ b/conf/ldapcherry.ini @@ -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]