basile au siris wrote:
hi still don t work here is the group i create : dn: cn=toto,ou=Groups,dc=exemple,dc=fr objectclass: top objectclass: groupofuniquenames objectclass: posixgroup gidnumber: 10000 memberuid: 10067 cn: toto
and getent group doesnt give me toto as a group and id user 10067 don t give me name of the group
This is really an nss-ldap question, not a FDS question. You might want to ask on the nss-ldap list.
You need to check a couple of things:
* Your group object is of the groupOfUniqueNames objectclass. Therefore you need to have a uniqueMember attribute.
* Check the values of pam_member_attribute and nss_base_group in /etc/ldap.conf