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

Problem enabling TLS/SSL on OpenLDAP/Windows 2000



Hello List,

I need to make a proof of concepts for a customer with OpenLDAP on 
Windows plataforms. 

I have already compiled OpenLDAP with Microsoft Visual C++ 6.0 including the openssl libs and header files on the correct project paths.

The problem is: whenever I try to run slapd with the parameters
-d 255 -h ldaps://127.0.0.1:636/ ldap://127.0.0.1:389/ I get the 
following error:

starting slapd...
OpenLDAP -devel Standalone LDAP Server (slapd)daemon_init: ldaps://127.0.0.1:636/
daemon_init: listen on ldaps://127.0.0.1:636/
daemon_init: 1 listeners to open...
ldap_url_parse(ldaps://127.0.0.1:636/)
daemon: TLS not supported (ldaps://127.0.0.1:636/)
slapd stopped.
connections_destroy: nothing to destroy.

My question is: where do I enable TLS support on the OpenLDAP .c or .h
files as long as I can't enable it running the configure script ?

Any help would be appreciated.

Regards,
Luiz Ernesto Malere.