Does anyone have the answer to my problem?
thanks
----- Original Message ---- From: Dat Duong datduong2000@yahoo.com To: Buchan Milne bgmilne@staff.telkomsa.net Cc: openldap-technical@openldap.org Sent: Wednesday, September 3, 2008 7:45:45 AM Subject: Re: RHEL 5 will not do TLS/SSL authentication
The slapd.conf is on Solaris 10 machine. This is how I compiled from the source for Openssl and Openldap.
#cd openssl.0.98h
# ./config shared # make clean # make # make install
# cd openldap-2.4.11 # env LD_LIBRARY_PATH="/usr/lib:/usr/local/lib:/usr/local/BerkeleyDB.4.2/lib:/usr/local/ssl/lib" LDFLAGS="-L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/lib -R/usr/local/BerkeleyDB.4.2/lib -R/usr/local/ssl/lib" CPPFLAGS="-I/usr/local/include -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include" ./configure --enable-bdb --enable-crypt --with-tls --without-cyrus-sasl # make depend # make clean
----- Original Message ---- From: Buchan Milne bgmilne@staff.telkomsa.net To: Dat Duong datduong2000@yahoo.com Cc: openldap-technical@openldap.org Sent: Wednesday, September 3, 2008 5:17:14 AM Subject: Re: RHEL 5 will not do TLS/SSL authentication
On Wednesday 03 September 2008 09:49:54 Dat Duong wrote:
I'm thinking, if the gnutls which installed by default, was causing the problem??
It doesn't matter if gnutls is installed, what matters is what OpenLDAP was compiled against.
Now, you stated that you are using RHEL 5, and gave no other details of what software you installed, so it would be logical to assume you are using only the RHEL 5 packages. On RHEL 5, OpenLDAP 2.3.27 is compiled against openssl 0.9.8b. But, since you have some weird paths reflected in your slapd.conf etc., maybe you have built your own software. If you have, you need to supply the details thereof, or we are all wasting our time.
Regards, Buchan