Skip to content
Snippets Groups Projects
Unverified Commit 036e5d05 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub
Browse files

Merge pull request #1226 from joedborg/examples-cleanup

Removing whitespace
parents 384db1f3 fc8b20ba
Branches
Tags
No related merge requests found
...@@ -32,16 +32,16 @@ connectors: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment