mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 17:34:21 +01:00
correction on example configuration file
This commit is contained in:
parent
991197e7d2
commit
8a8294047c
@ -66,7 +66,7 @@ roles.file = '/etc/ldapcherry/roles.yml'
|
|||||||
|
|
||||||
[backends]
|
[backends]
|
||||||
|
|
||||||
ldap.module = 'ldapcherry.backend.ldap'
|
ldap.module = 'ldapcherry.backend.backendLdap'
|
||||||
ldap.groupdn = 'ou=group,dc=example,dc=com'
|
ldap.groupdn = 'ou=group,dc=example,dc=com'
|
||||||
ldap.people = 'ou=group,dc=example,dc=com'
|
ldap.people = 'ou=group,dc=example,dc=com'
|
||||||
ldap.authdn = 'cn=ldapcherry,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)'
|
ldap.group.filter.tmpl = '(member=%(userdn)s)'
|
||||||
|
|
||||||
|
|
||||||
ad.module = 'ldapcherry.backend.samba4'
|
ad.module = 'ldapcherry.backend.backendSamba4'
|
||||||
ad.auth = 'Administrator'
|
ad.auth = 'Administrator'
|
||||||
ad.password = 'password'
|
ad.password = 'password'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user