diff --git a/conf/ldapcherry.ini b/conf/ldapcherry.ini index 4962c55..ebc1da7 100644 --- a/conf/ldapcherry.ini +++ b/conf/ldapcherry.ini @@ -67,7 +67,7 @@ [backends] 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.binddn = 'cn=ldapcherry,dc=example,dc=com' ldap.password = 'password' diff --git a/tests/cfg/ldapcherry.ini b/tests/cfg/ldapcherry.ini index e9d3adc..5cc168c 100644 --- a/tests/cfg/ldapcherry.ini +++ b/tests/cfg/ldapcherry.ini @@ -67,8 +67,8 @@ [backends] ldap.module = 'ldapcherry.backend.backendLdap' -ldap.groupdn = 'ou=group,dc=example,dc=com' -ldap.userdn = 'ou=group,dc=example,dc=com' +ldap.groupdn = 'ou=groups,dc=example,dc=com' +ldap.userdn = 'ou=people,dc=example,dc=com' ldap.binddn = 'cn=dnscherry,dc=example,dc=org' ldap.password = 'password' ldap.uri = 'ldaps://ldap.ldapcherry.org'