Displaying 2 results from an estimated 2 matches for "ldap_sslinit".
2015 May 02
2
LDAPS Configuration
Hi,
I'm trying to convert my LDAP server into a LDAPS server to secure the
users logins, but I don't know what's the procedure to do it. Someone knows
any guide to do it?
For now:
- I've created a CA cert on the server
- I've created the cert and key for the domain pdc
- I've signed that cert with CA cert.
- I've followed the post in samba wiki about
2015 Jun 16
0
LDAPS Configuration
...ba listening that port:
tcp 0 0 192.168.2.250:636 0.0.0.0:*
LISTEN
and i don't see any error in the log, but i can't use the TLS connection in
applications like for example Horde.
RSAT LDP works fine without TLS too, but with TLS give me an error trying
to connect:
ld = ldap_sslinit("pdc.nd.red", 636, 1);
Error 81 = ldap_set_option(hLdap, LDAP_OPT_PROTOCOL_VERSION, 3);
Error 81 = ldap_connect(hLdap, NULL);
Server error: <empty>
Error <0x51>: Fail to connect to pdc.nd.red.
and the openSSL test command of the wiki works too from another server:
openssl s_...