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:
parent
6a610c079e
commit
1e5f057e36
6 changed files with 38 additions and 9 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue