From 991197e7d2a3ed9934789f094ca78529a660e6c2 Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 21 May 2015 08:52:48 +0200 Subject: [PATCH] fix backend name --- tests/cfg/ldapcherry.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'