correction on example configuration file

This commit is contained in:
kakwa 2015-05-21 08:53:58 +02:00
parent 991197e7d2
commit 8a8294047c
1 changed files with 2 additions and 2 deletions

View File

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