diff --git a/examples/config-ldap.yaml b/examples/config-ldap.yaml index 6b423ddf..21fb052c 100644 --- a/examples/config-ldap.yaml +++ b/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