Comment 6 for bug 191884

Revision history for this message
Matt Ezell (mezell1) wrote :

As a workaround for other experiencing the problem, here are the steps to upgrade libnss-ldap on your own:
sudo apt-get install build-essential libldap2-dev
wget http://www.padl.com/download/nss_ldap.tgz
tar -zxvf nss_ldap.tgz
cd nss_ldap-260
./configure
./make
sudo make install