Stephen Frost wrote:
> severity 376426 serious
> tags +moreinfo
> thanks
> 
> * Vedran Fura?? ([EMAIL PROTECTED]) wrote:
>> After upgrade to version 251 I can't login as a user in ldap and even as
>> root which is a local user. Login process dies with SIGPIPE.
>> It only happens without nscd.
> 
> What do your configs look like, 

# egrep -v '^#' /etc/nsswitch.conf

passwd:          files ldap
group:           files ldap
shadow:          files ldap
hosts:          files dns
networks:       files
protocols:      db files
services:       db files
ethers:         db filesbase dc=...

# egrep -v '^#' /etc/libnss-ldap.conf
base dc=...
uri ldaps://.../
ldap_version 3
rootbinddn cn=...
port 636
scope sub
pam_login_attribute uid
pam_member_attribute memberuid
pam_template_login_attribute uid
pam_password crypt
nss_base_passwd ou=Users,dc=...
nss_base_shadow ou=Users,dc=...
nss_base_group  ou=Groups,dc=...
ssl on
tls_cacertfile /etc/ssl/ldap/cacert.pem
tls_ciphers TLSv1
rpc:            db files
netgroup:       nis

> what version of login is it?  Can you

Plain login(1) from sid: 1:4.0.16-2.

But the problem is not in login(1), if I log in with nscd and then disable
it *every* started app will crash immediately with SIGPIPE, just like
Sjoerd said.

> try and strace it, or run it under gdb and see what's happening?  Do you

Last 200 lines from strace, I'll will show complete output if necessary:

http://www.inet.hr/~vfurac/libnss-ldap.strace

> have any other LDAP libraries installed?

Just these:

libldap2                           2.1.30-13+b1
libnss-ldap                        251-5
libpam-ldap                        180-1

No ipv6 here, /var/lib/libnss-ldap/ is empty.


Regards,

Vedran Furač


Reply via email to