mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 01:14:21 +01:00
disable ssl in test configuration
This commit is contained in:
parent
f993695a7a
commit
721582304f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user