mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 17:34:21 +01:00
fix configuration
This commit is contained in:
parent
231b591d6a
commit
380085fdfc
@ -67,7 +67,7 @@ roles.file = '/etc/ldapcherry/roles.yml'
|
|||||||
[backends]
|
[backends]
|
||||||
|
|
||||||
ldap.module = 'ldapcherry.backend.backendLdap'
|
ldap.module = 'ldapcherry.backend.backendLdap'
|
||||||
ldap.groupdn = 'ou=group,dc=example,dc=com'
|
ldap.groupdn = 'ou=groups,dc=example,dc=com'
|
||||||
ldap.userdn = 'ou=people,dc=example,dc=com'
|
ldap.userdn = 'ou=people,dc=example,dc=com'
|
||||||
ldap.binddn = 'cn=ldapcherry,dc=example,dc=com'
|
ldap.binddn = 'cn=ldapcherry,dc=example,dc=com'
|
||||||
ldap.password = 'password'
|
ldap.password = 'password'
|
||||||
|
@ -67,8 +67,8 @@ roles.file = './tests/cfg/roles.yml'
|
|||||||
[backends]
|
[backends]
|
||||||
|
|
||||||
ldap.module = 'ldapcherry.backend.backendLdap'
|
ldap.module = 'ldapcherry.backend.backendLdap'
|
||||||
ldap.groupdn = 'ou=group,dc=example,dc=com'
|
ldap.groupdn = 'ou=groups,dc=example,dc=com'
|
||||||
ldap.userdn = 'ou=group,dc=example,dc=com'
|
ldap.userdn = 'ou=people,dc=example,dc=com'
|
||||||
ldap.binddn = 'cn=dnscherry,dc=example,dc=org'
|
ldap.binddn = 'cn=dnscherry,dc=example,dc=org'
|
||||||
ldap.password = 'password'
|
ldap.password = 'password'
|
||||||
ldap.uri = 'ldaps://ldap.ldapcherry.org'
|
ldap.uri = 'ldaps://ldap.ldapcherry.org'
|
||||||
|
Loading…
Reference in New Issue
Block a user