Comment 97 for bug 423252

Revision history for this message
skulda (skulda) wrote : Re: NSS using LDAP+SSL breaks setuid applications like su and sudo

We had the same problem over here - upgrading from Debian Lenny to Testing...
The problem is caused by a change in the configuration files, which have apparently changed in the different versions of openldap. Reinstall ldap to get the original configuration files. /etc/ldap.conf seems to be the new location for the ldap configuration.

The steps in detail:
apt-get install --reinstall *all ldap-related packages *
When asked if you want to update "/etc/pam.d/common-*", say YES
copy "/etc/libnss-ldap.conf" or "/etc/pam_ldap.conf" to "/etc/ldap.conf"
run "getent passwd"

All bests, skulda