[KLUG Members] Upgrade to RH 7.2

Dirk H Bartley members@kalamazoolinux.org
Sun, 11 Nov 2001 16:59:31 -0500


After having the BSWare cd's for more than a week, I finally gave it a try.  I
am however having one problem though.  I can't seem to get nss_ldap or gq to
perform a TLS bind.  Is there anyone out there who has already solved this
issue?

When I try to log in with an ldap based password, the system logs tell me
"pam_ldap: ldap_startls_s: Connect error. 

When I use gq to browse or search a TLS ldap server, I get a dialog box with a
bomb illustration stating: "Couldn't enable TLS on the LDAP connection: Can't
contact LDAP server"

ldd does not seem to help me here claiming that all the libraries are there.
[dbartley@workplay dbartley]$ ldd /usr/bin/gq
	libldap.so.2 => /lib/libldap.so.2 (0x4002b000)
	liblber.so.2 => /lib/liblber.so.2 (0x40056000)
	libssl.so.2 => /lib/libssl.so.2 (0x40060000)
	libcrypto.so.2 => /lib/libcrypto.so.2 (0x4008d000)
	libresolv.so.2 => /lib/libresolv.so.2 (0x40150000)
	libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x40163000)
	libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x40291000)
	libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x402c7000)
	libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x402ca000)
	libdl.so.2 => /lib/libdl.so.2 (0x402ee000)
	libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x402f2000)
	libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x402fb000)
	libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40309000)
	libm.so.6 => /lib/libm.so.6 (0x403e7000)
	libc.so.6 => /lib/libc.so.6 (0x40409000)
	libsasl.so.7 => /usr/lib/libsasl.so.7 (0x4053e000)
	libkrb4.so.2 => /usr/kerberos/lib/libkrb4.so.2 (0x40549000)
	libdes425.so.3 => /usr/kerberos/lib/libdes425.so.3 (0x4055e000)
	libkrb5.so.3 => /usr/kerberos/lib/libkrb5.so.3 (0x40562000)
	libk5crypto.so.3 => /usr/kerberos/lib/libk5crypto.so.3 (0x405ba000)
	libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3 (0x405cb000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
	libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x405ce000)
	libcrypt.so.1 => /lib/libcrypt.so.1 (0x405d6000)
	libpam.so.0 => /lib/libpam.so.0 (0x40603000)

strace isn't helping much either.  I'm stumped.  I'm sure this is an easy one,
but I'm struggling here.

Dirk