1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-06 11:07:47 +02:00

disable ssl in test configuration

This commit is contained in:
kakwa 2015-06-28 23:48:07 +02:00
parent f993695a7a
commit 721582304f

View File

@ -70,9 +70,9 @@ roles.file = './tests/cfg/roles_test.yml'
ldap.module = 'ldapcherry.backend.backendLdap' ldap.module = 'ldapcherry.backend.backendLdap'
# uri of the ldap directory # 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 # ca to use for ssl/tls connexion
ldap.ca = '/etc/dnscherry/TEST-cacert.pem' #ldap.ca = '/etc/dnscherry/TEST-cacert.pem'
# use start tls # use start tls
ldap.starttls = 'off' ldap.starttls = 'off'
# check server certificate (for tls) # check server certificate (for tls)