Quanah Gibson-Mount wrote:
Have you verified that port 636 is open? I.e., telnet localhost 636
The port is open:
$ telnet localhost 636
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
And:
$ netstat --listening --numeric --program | grep slapd
tcp 0 0 127.0.0.1:389 0.0.0.0:*
LISTEN 23763/slapd
tcp 0 0 0.0.0.0:636 0.0.0.0:*
LISTEN 23763/slapd
(And ldapsearch is still unable to connect.)
Regards,
Timo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]