I wanted to know if there was a way to allow the mail attribute in LDAP to be used as a username for authentication in Alfresco.
We have successfully logged in using the uid as the username.
The current setup is:
ldap.authentication.userNameFormat=uid\=%s,o\=example.com,o\=hosting,dc\=example,dc\=local
We want the setup to be:
ldap.authentication.userNameFormat=mail\=%s,o\=example.com,o\=hosting,dc\=example,dc\=local
But it does not work. No error messages in the log, just login failed.
Thanks!