Merge pull request #670 from GuillaumeRemyCSI/secure-ldap
Added secure ldap parameter in default.yaml config file
This commit is contained in:
commit
5281707b2d
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