Sjoerd Simons wrote:
Thanks for your experimentation! I guess this is related to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376426. Could you try to
downgrade libnss-ldap (version 238-1.2 works for me) to and see if it fixes
things?
Also might be interesting to see if you have the same issue as the
reporter and myself (can't login if nscd is not running)
I'll probably move dbus to S21 or something later on, having nscd running when
dbus is started is indeed nice to have (Should save some ldap queries on system
startup). But in the end the root cause needs to be fixed, not dbus..
I've done some further experimentation and it appears that a simple
change to the current libnss-ldap package corrects most of the problems
for me. The patch is attached. If you could test this packaging change
with 251-5. Rolling back to 238-1.2 did correct all libnss-ldap related
problems I was experiencing, but it seems this packaging change (small
though it is) does to.
--
Jamin W. Collins
diff -Naur libnss-ldap-251.orig/debian/rules libnss-ldap-251/debian/rules
--- libnss-ldap-251.orig/debian/rules 2006-08-22 21:29:13.000000000 -0400
+++ libnss-ldap-251/debian/rules 2006-08-22 21:31:29.000000000 -0400
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
export DH_COMPAT=4
-export LIBS=-lpthread
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk