Proble with LDAP
  Home FAQ Contact Sign in
alt.os.linux.debian only
 
Advanced search
POPULAR GROUPS

more...

alt.os.linux.debian Profile…
 Up
Proble with LDAP         


Author: info.avatar
Date: May 6, 2008 07:57

Hello, I installed a Debian with LDAP on a server with AMD 64 bit processor.
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.

how do I fix this?

Thank you
2 Comments
Re: Proble with LDAP         


Author: Michael Ziegler
Date: May 6, 2008 14: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
no comments
Re: Proble with LDAP         


Author: Cheesgno
Date: May 9, 2008 04:36

On 6 Mag, 23:34, Michael Ziegler funzt-halt.net> wrote:
> 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
Show full article (0.85Kb)
no comments