diff --git a/tests/cfg/ldapcherry.ini b/tests/cfg/ldapcherry.ini index 5cc168c..56fc6f6 100644 --- a/tests/cfg/ldapcherry.ini +++ b/tests/cfg/ldapcherry.ini @@ -67,13 +67,13 @@ roles.file = './tests/cfg/roles.yml' [backends] ldap.module = 'ldapcherry.backend.backendLdap' -ldap.groupdn = 'ou=groups,dc=example,dc=com' -ldap.userdn = 'ou=people,dc=example,dc=com' +ldap.groupdn = 'ou=groups,dc=example,dc=org' +ldap.userdn = 'ou=people,dc=example,dc=org' ldap.binddn = 'cn=dnscherry,dc=example,dc=org' ldap.password = 'password' -ldap.uri = 'ldaps://ldap.ldapcherry.org' +ldap.uri = 'ldaps://ldap.ldapcherry.org:637' ldap.ca = '/etc/dnscherry/TEST-cacert.pem' -ldap.starttls = 'on' +ldap.starttls = 'off' ldap.checkcert = 'off' ldap.user_filter_tmpl = '(uid=%(username)s)' ldap.group_filter_tmpl = '(member=%(userdn)s)'