Added ldap secure parameter in default.yaml config file
This commit is contained in:
parent
c8eeeaa9b9
commit
98cd14f8be
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue