From 37dcbc92468b29ca03d06e93f5ed3e95a53eec89 Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 17 Jun 2015 21:49:23 +0200 Subject: [PATCH] fix configuration of unit test --- 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 f67674f..b04dbd7 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 = 'ldap://ldap.ldapcherry.org:637' +ldap.uri = 'ldap://ldap.ldapcherry.org:390' ldap.ca = '/etc/dnscherry/TEST-cacert.pem' ldap.starttls = 'off' ldap.checkcert = 'off'