forked from mystiq/dex
Removing whitespace
This commit is contained in:
parent
0d3edf2456
commit
fc8b20ba35
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue