1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-03 11:57:41 +02:00

implementing loading backends

* fix conf file
* add exceptions
* fix modules skeletons
This commit is contained in:
kakwa 2015-05-20 14:21:43 +02:00
parent 6a610c079e
commit 1e5f057e36
6 changed files with 38 additions and 9 deletions

View file

@ -66,7 +66,7 @@ roles.file = './tests/cfg/roles.yml'
[backends]
ldap.module = 'ldapcherry.backends.ldap'
ldap.module = 'ldapcherry.backend.ldap'
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.backends.ad'
ad.module = 'ldapcherry.backend.samba4'
ad.auth = 'Administrator'
ad.password = 'password'