From 9dd9a9818c7496bcb0ebb578029073eb42fd7ac1 Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 17 Jun 2015 21:24:00 +0200 Subject: [PATCH] test with ldap and not ldaps --- tests/cfg/ldapcherry.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cfg/ldapcherry.ini b/tests/cfg/ldapcherry.ini index 56fc6f6..f67674f 100644 --- a/tests/cfg/ldapcherry.ini +++ b/tests/cfg/ldapcherry.ini @@ -71,7 +71,7 @@ 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:637' +ldap.uri = 'ldap://ldap.ldapcherry.org:637' ldap.ca = '/etc/dnscherry/TEST-cacert.pem' ldap.starttls = 'off' ldap.checkcert = 'off'