SUMMARY: Solaris 8 -> LDAP yields no connection

2007-12-24 21:10:00

* drew at phg.mc.vanderbilt.edu (Drew Raines):

[...]

> If I run the server with debugging output, any attempts to connect to it
> from the Solaris client result in no activity. It seems like it is a
> configuration problem in /etc/ldap.conf, but I've set all the
> host/port/uri options.

The solution to this problem was to look at the linking of the PADL
/lib/nss_ldap.so.1 binary. It turns out that when compiling the module,
the configure script couldn't find the BerkeleyDB lib. Since it didn't
yell at me, I didn't have any clue.

Upon inspection of an `ldd /lib/nss_ldap.so.1`, the problem was apparent.
I reconfigured, compiled, copied the new binary over, and, voila. Part of
the problem was that I installed the Companion CD's Berkeley lib, which
installed to /opt/sfw/lib. configure then couldn't find the library
because of the non-standard path. I think it should have complained,
though.

--
Drew

Comments

Got something to say?

You must be logged in to post a comment.