Solaris 10 , ldapclient with multivalued-attributes
I have a question about the ldap client on Solaris 10.
For the group membership,there is more than one entry in the attribute member. (With Attributemap : group:memberuid=member)
for each group there ist a entry like this;
member: CN=User1,OU=System1,OU=team1,DC=example,DC=net
member: CN=User2,OU=System1,OU=team2,DC=example,DC=net
The group membership of a user will not be displayed.(Only the primary Group, but this is another entry in ldap)
id -a
If the attribute memberUid with entries such as user1, user2 is used, that works. (NS_LDAP_ATTRIBUTEMAP= group:memberuid=memberUid)