Removing whitespace
This commit is contained in:
parent
0d3edf2456
commit
fc8b20ba35
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user