Add ldap section to default configuration
This commit is contained in:
parent
3f86ad2945
commit
65c2e9db98
1 changed files with 8 additions and 0 deletions
|
@ -87,3 +87,11 @@ host="0.0.0.0"
|
|||
username="testuser"
|
||||
password="testpass"
|
||||
logger=false
|
||||
|
||||
[ldap]
|
||||
# enable to use ldap user backend
|
||||
enabled=false
|
||||
host="localhost"
|
||||
port=3002
|
||||
baseDN="ou=users,dc=company"
|
||||
filter="(|(username={{username}})(mail={{username}}))"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue