[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Slapd restarting slowly
----- "Joe Tseng" <joe_tseng@hotmail.com> wrote:
> I found the link below that sounds exactly like my problem:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=553032
Seems RH hasn't figured it out yet ...
>
> I did notice httpd was hung. I configured it so it'd auth against
> LDAP for
> my SVN repos;
It has nothing to do with whether the service itself does anything with LDAP, only if it runs as non-root and your nss_ldap configuration is broken.
> it started right up by hand after slapd was running. My
>
> rpcidmapd also hung - is there a dependency there too?
With 'bind_policy hard', or without 'bind_policy soft', and the LDAP host/uri configured in /etc/ldap.conf not available, compare the behaviour of:
$ getent passwd nobody
and
$ groups nobody
(BTW., some distros default bind_policy to 'soft' ...)
Regards,
Buchan