[Date Prev][Date Next] [Chronological] [Thread] [Top]

can't connect to secure LDAP server



I installed:

client:
RedHat 7.0
OpenSSL 0.9.6
OpenLDAP 2.0.7 with tsl support

server:
Nowell Netware 5.1 running NDS with LDAP/LDAPS service

when I'm trying to run
./ldapsearch -H "ldap://nwserver.mydomain.com"; ...
ldapsearch returns correct list

but, when I'm connecting to secure server
./ldapsearch -H "ldaps://nwserver.mydomain.com" ...
ldapsearch returns error:

Program received signal SIGSEGV, Segmentation fault.
0x8053a33 in strcpy () at ../sysdeps/generic/strcpy.c:31
31      ../sysdeps/generic/strcpy.c: No such file or directory.

Should I install public server certificate on client to get it
connected. What's wrong?

Sergei