Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.3 M2
-
None
-
Integration
-
Description
The company I work for doesnt store the unique identifier in the UID field, so It is a two step process to authenticate. I got it working in another tool called Quickbuild by setting the "User Search Filter" to (&(uid=
{0})(objectclass=afguseraccount))User search filter:
This filter is used to determine the LDAP entry for current user.
For example: (&(uid={0}
)(objectclass=person)).
In this example,
represents login name of current user.
Can XWiki add this feature?