1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-06 02:57:47 +02:00

fix backend name

This commit is contained in:
kakwa 2015-05-21 08:52:48 +02:00
parent 1ac474647b
commit 991197e7d2

View File

@ -66,7 +66,7 @@ roles.file = './tests/cfg/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'
@ -76,7 +76,7 @@ ldap.ca = '/etc/dnscherry/TEST-cacert.pem'
ldap.starttls = 'on'
ldap.checkcert = 'off'
ad.module = 'ldapcherry.backend.samba4'
ad.module = 'ldapcherry.backend.backendSamba4'
ad.auth = 'Administrator'
ad.password = 'password'