Hi all, I'm using fedora ds as authentication server for my network. I've configured the environment so that linux gets users and groups information from the ldap. The problem is that I'm getting incomplete information! groups definitions are missing. I'll give you an example: a user has a uid, a primary gid and secondary gids. I'm not getting secondary gids. I would like "user" to be member of "group1" and "group2". If I ask the ldap with getent I get these information: getent passwd user user:x:496:601:user:/home/user:/bin/bash getent group group1 group1:*:601: getent group group2 group2:*:600:496,494 as you can see user has id 496 and gid 601. user is member also of group2 (gid 600) But if I query the system about the "user", I get: id user uid=496(user) gid=601(group1) groups=601(group1) Have you ever seen this behaviour? Have you got suggestions? Regards, Marco -- 389 users mailing list 389-users@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/389-users