So all of the users in our LDAP have a DN like so:
DN: uid=firstname.lastname,ou=users,dc=companyname,dc=com
I want to add a new user in ApacheDirectoryStudio, so I create a new entry in the "Users" ou and add all the attributes that other users have. When I'm done, even though the attribute list looks the same, the DN is like this:
DN: cn=firstname+homeDirectory=/home/firstname.lastname+loginShell=/bin/[email protected]+sn=firstname+uid=firstname.lastname+userPassword=password,ou=users,dc=companyname,dc=com
I don't seem to be able to edit the DN and the new user can't log in like normal. What am I missing here?