Hi there,

I have trouble with the id command.

We store user authentication information on an LDAP-Server and access it
via the nsswitch facility, and use the nscd.

The problem now is that I get different results, wether a user calls the
id command with its own user name or without.

Example:

user_a> id

uid=4711(user_a) gid=50(users) groups=50(users),815(ldap_grp1)

user_a> id user_a

uid=4711(user_a) gid=50(users)
groups=50(users),815(ldap_grp1),816(ldap_grp2), 820(ldap_grpx).....

if only local group (users in this example) would be returned, I would
simply point fingers at the ldap connection, but that is not the case.

I have looked at the source code in the gimp repository but don't claim
to fully understand it. My impression is that both cases call mgetgroups
in the end and print the results. But that would not explain the
differing results above.

Could you please get me some hints what is causing this behavior.

TIA

mfg lutz
-- 
Lutz Behnke
Hochschule für Angewandte Wissenschaften Hamburg,
Labor für Allgemeine Informatik,

phone: +49 40 42875-8156    mailto:[EMAIL PROTECTED]
fax  : +49 40 2803770       http://users.informatik.haw-hamburg.de/~sage
Berliner Tor 7, 20099 Hamburg, Germany

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to