Hello,
I’m trying to customize the filds mapping to hide the last name of my users.
Is it possible to modify the “last_name” information to get only the first letter of the last name?
I would like to do:
John Smith → JohnS
xwiki.authentication.ldap.fields_mapping=“last_name=sn,first_name=givenName”
Is this possible to do?