Hi,
I'm trying to setup authentication against Fedora DS on Linux box (Gentoo). Everything is working fine, except for one thing - I have groups with members in uniqueMember attributes and I have there full DNs - like "uid=sstipl,ou=users,dc=example,dc=com", but the nss expects me to have there just logins (uid's value in this case).
So when I do "getent group" I receive something like this from groups from LDAP:
testgroup:*:1010:uid=sstipl,ou=users,dc=example,dc=com, uid=jsmith,ou=users,dc=example,dc=com
Any idea how to setup probably nss? to use just RND value (uid's in this case) from the uniqueMember attribute? To get this: "testgroup:*:1010:sstipl,jsmith"
many thanks.
.stepan