- for example, if i have a user base dn of: ou=people,o=company.com
- i have a user with uid=jsmith and employeeNumber=123456
can some applications authenticate with dn:uid=jsmith,ou=people,o=company.com while others use dn: employeeNumber=123456,ou=people,o=company.com? i think the answer is no for that, so what if I give the user multiple uid values? uid=jsmith AND uid=123456, but the dn that allows binding always seems to be the uid i set first.
i'm at a loss here, there really has to be a way to do it. the only way i can see is to allow the applications to bind with some other DN, then do searches for employeeNumber=123456 to try and match the values up on their end, then pull the dn from their search results and use that dn to re-bind with the supplied password...but that seems like overkill to me.
thanks for any insight!
-- 389 users mailing list 389-users@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/389-users