diff --git a/tests/cfg/ldapcherry.ini b/tests/cfg/ldapcherry.ini index 1778cdc..3a3b1c4 100644 --- a/tests/cfg/ldapcherry.ini +++ b/tests/cfg/ldapcherry.ini @@ -66,7 +66,7 @@ roles.file = './tests/cfg/roles.yml' [backends] -ldap.module = 'ldapcherry.backend.ldap' +ldap.module = 'ldapcherry.backend.backendLdap' 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.backend.samba4' +ad.module = 'ldapcherry.backend.backendSamba4' ad.auth = 'Administrator' ad.password = 'password'