Hi. Is it in fact possible to use LDAP groups (listed below /xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=Groups) without having a static mapping like in xwiki.authentication.ldap.group_mapping? Regularly new groups get created in our LDAP sever and updating the mapping in the XWiki config file by hand to reflect those changes seems a tedious work .
I’ve tried with LDAP Authenticator without success. Or would I need to use the paid Active Directory Application for that?
Our groups are all below ou=groups,dc=example,dc=com.
An example group entry looks like:
uid=mygroup,ou=groups,dc=example,dc=com
uid: mygroup
gidNumber: 2148
mail: mygroup@example.com
objectClass: top
objectClass: uidObject
objectClass: posixGroup
objectClass: groupOfNames
objectClass: extensibleObject
cn: mygroup
description: My description for group mygroup
memberUid: tom
memberUid: harry
Warm regards and thanks for the good ,
Tom