From 8a8294047cb06002069f537a99cd5af027fcde77 Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 21 May 2015 08:53:58 +0200 Subject: [PATCH] correction on example configuration file --- conf/ldapcherry.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/ldapcherry.ini b/conf/ldapcherry.ini index ebc23e1..a6294d2 100644 --- a/conf/ldapcherry.ini +++ b/conf/ldapcherry.ini @@ -66,7 +66,7 @@ roles.file = '/etc/ldapcherry/roles.yml' [backends] -ldap.module = 'ldapcherry.backend.ldap' +ldap.module = 'ldapcherry.backend.backendLdap' ldap.groupdn = 'ou=group,dc=example,dc=com' ldap.people = 'ou=group,dc=example,dc=com' ldap.authdn = 'cn=ldapcherry,dc=example,dc=com' @@ -79,7 +79,7 @@ ldap.user.filter.tmpl = '(uid=%(username)s)' ldap.group.filter.tmpl = '(member=%(userdn)s)' -ad.module = 'ldapcherry.backend.samba4' +ad.module = 'ldapcherry.backend.backendSamba4' ad.auth = 'Administrator' ad.password = 'password'