|
From: Michael Ziegler on 6 May 2008 17:34 info.avatar wrote: > The problem is that while booting client show me this error an enormous > amount of times in a loop: > > udevd [1305]: nss_ldap : failed to bind ldap server > ldap://192.168.201.16 can't contact ldap server > > Pressing Ctrl + c, the system starts and at the login ldap is working > correctly. Make sure your nsswitch.conf lists ldap as the very last entry in each row, because on boot, nsc tries to determine udev's UID. If ldap is then listed before files in nsswitch.conf, nsc tries to connect to LDAP via a network device that is not yet running. Regards Michael |