In general, I would like to adjust this value in my setup.
Only the profile page is currently customisable here: xwiki.authentication.ldap.userPageName=${uid._lowerCase}.
I would like to be able to set the internal uid myself here too: xwiki.authentication.ldap.UID_attr=${cn._lowerCase}
or xwiki.authentication.ldap.uid=${uid._lowerCase}.
I think the uid is generell not used publicly in the wiki. It is always the userPageName?
I’m correct?
No im not correct, the id is used in the url. So lowercase id is important to me. (or doesn’t update the active directoy changes the user profile name?)
In general I think it would would be even much more beneficial if the uid could be changed / mapped to the LDAP objectGUID. While this way links of usernames would probably look bad but that doesn‘t matter in my opinion. With the objectGUID users would still work flawlessly if their names change (getting married for example). Currently that would mean that a new user is created.