Hi,
I wanted to see if anyone has had the same issue as I’m having with LDAP and Organizational units.
LDAP is authentication correctly whenever I use a cn= for a common name, but if I try and map it against the ou= organizational unit it won’t authenticate.
I.e. if I use the common name for a group like the below it works.
xwiki.authentication.ldap.group_mapping=XWiki.Office=CN=Office
But if I want to authenticate against the organizational unit it doesn’t work.
xwiki.authentication.ldap.group_mapping=XWiki.Office=OU=Office
Thank you.