I try to connect from a fedora 4 client to connect to my zeroshell ldap server.
If I do not use TLS the everything works fine, but with encryption the will be no correct answer to the ldap.
I use the Zeroshell V1.0 beta 11
the Log from slapd is following:
21:20:46 @(#) $OpenLDAP: slapd 2.2.26 (Oct 4 2005 21:39:27) $ ^Iroot@LinuxBox:/usr/src/openldap-2.2.26/servers/slapd
21:20:46 unable to dlopen /usr/lib/sasl2/libdigestmd5.so.2: libcrypto.so.0.9.7: cannot open shared object file: No such file or directory
21:20:46 unable to dlopen /usr/lib/sasl2/libotp.so.2: libcrypto.so.0.9.7: cannot open shared object file: No such file or directory
as a workaround I add an symbolic link
cd /lib
ln -s /usr/lib/libcrypto.so libcrypto.so.0.9.7
now the slapd starts without an error:
21:31:26 @(#) $OpenLDAP: slapd 2.2.26 (Oct 4 2005 21:39:27) $ ^Iroot@LinuxBox:/usr/src/openldap-2.2.26/servers/slapd
but the TSL communication is still not working
thank for any suggestion