disable ssl in test configuration

This commit is contained in:
kakwa 2015-06-28 23:48:07 +02:00
parent f993695a7a
commit 721582304f
1 changed files with 2 additions and 2 deletions

View File

@ -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)