Browse Source

Merge pull request #1226 from joedborg/examples-cleanup

Removing whitespace
pull/1174/merge
Eric Chiang 8 years ago committed by GitHub
parent
commit
036e5d050d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      examples/config-ldap.yaml

6
examples/config-ldap.yaml

@ -32,16 +32,16 @@ connectors:
idAttr: DN
emailAttr: mail
nameAttr: cn
groupSearch:
baseDN: ou=Groups,dc=example,dc=org
filter: "(objectClass=groupOfNames)"
# A user is a member of a group when their DN matches
# the value of a "member" attribute on the group entity.
userAttr: DN
groupAttr: member
# The group name should be the "cn" value.
nameAttr: cn

Loading…
Cancel
Save