Strange problem with LDAP and groups

Fabien Germain fabien.germain at gmail.com
Wed Oct 26 09:25:05 UTC 2005


Hi all,

I've read several howtos, faqs and googlized, but nothing... Maybe
someone on this list can help me with a very strange problem I have :

My system (RHEL 4) is properly set up (I hope so !) in
/etc/nsswitch.conf and /etc/ldap.conf, to use OpenLDAP for local
accounts. It works, I can see users, groups and aliases I previously
declared in LDAP :

[root at samba ~]# cat /etc/passwd | grep lc15
[root at samba ~]#
[root at samba ~]# getent passwd | grep lc15
lc15:x:1042:1042:lc15:/home/lc15:/bin/bash
lc159:x:1178:1204:lc159:/home/lc159:/bin/bash
lc151:x:1183:1208:lc151:/home/lc151:/bin/bash

My problem is with user "lc159". He is supposed to be in the group "dim" :

[root at samba ~]# getent group | grep dim
dim:x:1008:lc43,lc52,lc159,lc70,lc151

If I check for user "lc70" for example, ok it works, I see he really
is in the "dim" group as he is supposed to be :

[root at samba ~]# su - lc70 -c id
uid=515(lc70) gid=515(lc70) groups=506(quality),515(lc70),1008(dim)

I check the same thing for "lc159", also in the "dim" group, but nothing :

[root at samba ~]# su - lc159 -c id
uid=1178(lc159) gid=1204(lc159) groups=1204(lc159)

Does anyone know why it does not work for this particular user ?


Thanks in advance for your ideas,

Fabien




More information about the redhat-list mailing list