Added ldap secure parameter in default.yaml config file

This commit is contained in:
Guillaume Rémy 2019-08-14 11:30:03 +02:00 committed by GUILLAUME REMY
parent c8eeeaa9b9
commit 98cd14f8be

View file

@ -139,6 +139,8 @@ ldap:
# method: ldapjs # method: ldapjs
host: localhost host: localhost
port: 3002 port: 3002
# secure enables ldaps protocol if true. Otherwise, ldap protocol is used.
secure: false
baseDN: ou=users,dc=company baseDN: ou=users,dc=company
filter: (|(username={{username}})(mail={{username}})) filter: (|(username={{username}})(mail={{username}}))
# Username field in LDAP (uid/cn/username) # Username field in LDAP (uid/cn/username)