Merge pull request #670 from GuillaumeRemyCSI/secure-ldap

Added secure ldap parameter in default.yaml config file
This commit is contained in:
Tomas Bures 2019-08-14 11:45:23 +02:00 committed by GitHub
commit 5281707b2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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