I have the following problem: I installed the OpenLDAP server, in which the distinguished name in the people / users tree has the following format:
Distinguished Name: cn=Luigi Rossi,ou=people,dc=prisma,dc=local
The problem is that I want to replace it using uid (aka account username) instead of CN to have something like this
Distinguished Name: uid=lrossi,ou=people,dc=prisma,dc=local
I need this because I am setting up ldap authentication for Alfresco Community 4.0.d and it needs a username
ldap.authentication.userNameFormat=uid=%s,ou=people,dc=prisma,dc=local
Any help?
Indio source
share