Skip to content

Commit

Permalink
fix config file
Browse files Browse the repository at this point in the history
  • Loading branch information
summerQLin committed Sep 10, 2015
1 parent a89a357 commit 0eaaeb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ldap_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ token:
users:
"": {}
ldap_auth:
addr: 16.217.2.55:389
addr: ldap.example.com:389
start_tls: true
base: o=example.com
filter: (|(&(uid=${account})(objectClass=person))(&(cn=${account})(objectClass=Application)))
# in case bind DN and password is required for querying directory server, the password is Base64 encoded
bind_dn: uid=readonlyuser,ou=people,o=hp.com
bind_dn: uid=readonlyuser,ou=people,o=example.com
password: MTIz
acl:
- match:
Expand Down

0 comments on commit 0eaaeb9

Please sign in to comment.