From 721582304f4d16f54e68a699e87cb50a6f3be811 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sun, 28 Jun 2015 23:48:07 +0200 Subject: [PATCH] disable ssl in test configuration --- tests/cfg/ldapcherry_test.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cfg/ldapcherry_test.ini b/tests/cfg/ldapcherry_test.ini index b830d32..33c157c 100644 --- a/tests/cfg/ldapcherry_test.ini +++ b/tests/cfg/ldapcherry_test.ini @@ -70,9 +70,9 @@ roles.file = './tests/cfg/roles_test.yml' ldap.module = 'ldapcherry.backend.backendLdap' # uri of the ldap directory -ldap.uri = 'ldaps://ldap.ldapcherry.org:637' +ldap.uri = 'ldap://ldap.ldapcherry.org:390' # ca to use for ssl/tls connexion -ldap.ca = '/etc/dnscherry/TEST-cacert.pem' +#ldap.ca = '/etc/dnscherry/TEST-cacert.pem' # use start tls ldap.starttls = 'off' # check server certificate (for tls)