Not able to put new Users in Groups in XWiki Enterprise 10.11.10

I am not able to put new Users in Groups in XWiki Enterprise 10.11.10
New users are registered, but are not automatically put in XWikiAllGroup.

That’s the kind of behavior you would have if, in xwiki.cfg file, you enabled xwiki.authentication.group.allgroupimplicit or disabled xwiki.users.initialGroups.

We now have the settings below, but still new users are not connected to the XWikiAllGroup:
xwiki.users.initialGroups=XWiki.XWikiAllGroup
xwiki.authentication.group.allgroupimplicit=0

How are those new users created exactly ?

Our XWiki is configured to use our Active Directory, so new users are validated in our Active Directory and XWiki automatically creates their account and should put them in the XWikiAllGroup.

Which authenticator are you using for that ?

We use the standard LDAP authentication foor XWiki. I don’t know about an authenticator.

Then I don’t understand since the standard LDAP authenticator use the standard XWiki API to create new users (which is what takes into account xwiki.users.initialGroups) and users are definitely added to XWikiAllGroup by default.

1 Like