On Tue, 3 Apr 2001, Jason Tucker wrote:
On Tue, 3 Apr 2001, Sam Varshavchik wrote:
Make sure that your bind is set up correctly.
I don't think there's a problem here. You are getting back a prompt 451
service unavailable, which is the expected response in this situation --
LDAP configuration failure. The high CPU utilization is probably due to a
broken implementation of sigpause().
I'll take another look at the LDAP conf and see if anything is out of
place. As for the sigpause() issue, it's Solaris 7 on Intel, so yeah...
it could very well be broken. If I get some time, I may try build it on
sparc and see if I have any better luck.
Yep... I had authldaprc and ldapaliasrc owned by courier:courier with mode
600, when it should have been 640. Alaises seem to be working now.
Still looking into the sigpause() problem. I hoped maybe Sun had some
updated libc patches, but it looks like I'm relatively up to date. There
is a recent kernel patch that includes some libc stuff, but the release
notes don't reference any symptoms like what I'm seeing. Thinking about
trying it out anyway, just in case...
__Jason