bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

id showing different results


From: Lutz Behnke
Subject: id showing different results
Date: Mon, 20 Oct 2008 18:43:18 +0200
User-agent: Thunderbird 1.5.0.8 (X11/20060911)

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:address@hidden
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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]