diff --git a/examples/config-ldap.yaml b/examples/config-ldap.yaml index 6b423ddf1f6d5255c4514a792b28b0e591cdce50..21fb052ce793da9fe5c8aef941250fb3a5d8bd6d 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