Am Mon, 7 Oct 2013 10:37:29 +0200 schrieb felas felas85@gmail.com:
Hi i have installed OpenLdap in local, and i try to enabled the TLS Auth. I follow this guide https://help.ubuntu.com/12.04/serverguide/openldap-server.html#openldap-serv... but when i try to auth with my program(in Eclipse) i have this error:
Unable to connect to server 192.168.1.156:636 (91) Connect Error java.net.ConnectException: Connection Refused
If you followed the provided guide, you only started slapd on port 389 and local socket. Modify your program to initiate startTLS on port 389.
-Dieter