[Bug 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise
ghomem
1024475 at bugs.launchpad.net
Fri Jul 13 18:55:11 UTC 2012
Current workaround is changing the existing script /etc/init.d/libnss-
ldap to include:
[...]
case "$1" in
start)
cp -f /etc/nsswitch.conf.ldap /etc/nsswitch.conf
;;
stop)
cp -f /etc/nsswitch.conf.local /etc/nsswitch.conf
;;
[...]
This will get you nss ldap working and no problems during reboot.
It's funny that this script is there to be used.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap in Ubuntu.
https://bugs.launchpad.net/bugs/1024475
Title:
libnss-ldap causes boot hang on Ubuntu 12.04 Precise
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1024475/+subscriptions
More information about the Ubuntu-server-bugs
mailing list