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

Re: bash crashes on tab completion of usernames (with nss-ldap)



Richard A Nelson wrote:

Does the libnss_ldap version swap that caused this also correspond to
when libnss_ldap also switched to the newer libldap libraries ?

Yep - on my stable box:

jamin1@scorpion:~$ ldd /lib/libnss_ldap-2.3.6.so
        libldap_r.so.2 => /usr/lib/libldap_r.so.2 (0xb7f68000)

and testing:

jamin1@zeus:~$ ldd /lib/libnss_ldap-2.7.so
        libldap_r-2.4.so.2 => /usr/lib/libldap_r-2.4.so.2 (0xb7eeb000)

Please also show the output of
    id -a root
    id -a <some user in ldap>

Again on a testing box:

jamin1@zeus:~$ id -a root
uid=0(root) gid=0(root) groups=0(root)
jamin1@zeus:~$ id -a cmd1
uid=2130(cmd1) gid=5130(cmd1) groups=5130(cmd1),24(cdrom),29(audio),44(video),46(plugdev),106(fuse),50(staff),100(users),2231(kde-devel)

There is another report showing errors here, and I wonder if they may be
related:
# id -a root
uid=0(root) gid=0(root)id: failed to get groups for user `root': No such
file or directory

Doesn't seem to be related. I can't reproduce that error msg here.

Regards,
Jamin
--
Jamin @ Home @ Chester UK


Reply to: