mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 01:14:21 +01:00
test with ldap and not ldaps
This commit is contained in:
parent
e029c6701b
commit
9dd9a9818c
@ -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 = 'ldaps://ldap.ldapcherry.org:637'
|
||||
ldap.uri = 'ldap://ldap.ldapcherry.org:637'
|
||||
ldap.ca = '/etc/dnscherry/TEST-cacert.pem'
|
||||
ldap.starttls = 'off'
|
||||
ldap.checkcert = 'off'
|
||||
|
Loading…
Reference in New Issue
Block a user