Comment 10 for bug 423252

Revision history for this message
Matthias Burtscher (mburtscher) wrote : Re: NSS using LDAP on Karmic (alpha 4) breaks 'su' and 'sudo'

Same problem here. Only sudoers from the local sudoers file are recognized. Also the setting sin ldap.conf (/etc/ldap.conf and /etc/ldap/ldap.conf were not recognized - sudoers_debug made no change, no debug output).

I fixed a part of the problem by recompiliing sudo-ldap from source:

apt-get build-dep sudo-ldap
apt-get source sudo-ldap
cd sudo-1.7.0
./configure && make && make install

After that the settings in ldap.conf are recognized. I can see the debug output which gives me "sudo: Command allowed". The entries are found and everything should work fine.

But when I'm forced to enter my password sudo tells me that it's wrong.

Any advice?