Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 9.7.1
-
Fix Version/s: 9.7.2
-
Component/s: Authenticator
-
Labels:None
-
Tests:Unit, Integration
-
Difficulty:Unknown
-
Similar issues:
Description
I have set the following property:
xwiki.authentication.ldap.userPageName=${uid._lowerCase}
which I think should create a profile page as the user name (cn in my case, as I an using OpenLDAP) in lower case.
Instead profile pages are named XWiki.${uid_lowerCase}. I guess that is because "special characters" like . are stripped from the user page name before doing the substitution of the userPageName property, not afterwards.