forked from mystiq/dex
Merge pull request #1226 from joedborg/examples-cleanup
Removing whitespace
This commit is contained in:
commit
036e5d050d
1 changed files with 3 additions and 3 deletions
|
@ -32,16 +32,16 @@ connectors:
|
||||||
idAttr: DN
|
idAttr: DN
|
||||||
emailAttr: mail
|
emailAttr: mail
|
||||||
nameAttr: cn
|
nameAttr: cn
|
||||||
|
|
||||||
groupSearch:
|
groupSearch:
|
||||||
baseDN: ou=Groups,dc=example,dc=org
|
baseDN: ou=Groups,dc=example,dc=org
|
||||||
filter: "(objectClass=groupOfNames)"
|
filter: "(objectClass=groupOfNames)"
|
||||||
|
|
||||||
# A user is a member of a group when their DN matches
|
# A user is a member of a group when their DN matches
|
||||||
# the value of a "member" attribute on the group entity.
|
# the value of a "member" attribute on the group entity.
|
||||||
userAttr: DN
|
userAttr: DN
|
||||||
groupAttr: member
|
groupAttr: member
|
||||||
|
|
||||||
# The group name should be the "cn" value.
|
# The group name should be the "cn" value.
|
||||||
nameAttr: cn
|
nameAttr: cn
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue