Browse Source

Add comment in config file

pull/13/head
Markus Stoll 3 years ago
parent
commit
0801c2993e
  1. 1
      config.yaml

1
config.yaml

@ -9,6 +9,7 @@ ApiKeys: @@ -9,6 +9,7 @@ ApiKeys:
LdapURL: "localhost"
LdapPort: 639
LdapTLS: false
# LdapBindDN is optional, if unset we will do an anonymous bind
LdapBindDN: "cn=admin,dc=planetexpress,dc=com"
LdapBindPassword: "GoodNewsEveryone"
LdapFilter: '(&(objectClass=person)(memberOf=cn=%s,ou=people,dc=planetexpress,dc=com))'

Loading…
Cancel
Save