Le ven. mai 20 2011 � 02:48:22 -0300, Reinaldo de Carvalho dit : > On Fri, May 20, 2011 at 8:40 AM, David Dumortier <[email protected]> wrote: > >> With what command-line arguments/options (specifically, what values > >> provided > >> to -h option)? > > > > cat /etc/default/slapd : > > SLAPD_SERVICES="ldapi:/// ldaps:///" > > > > Thist enable only SSL port (636), TLS on 389 isn't available.
It is what I want. > >> Before doing this, did you verify that slapd is actually listening for > >> ldaps > >> on port 636? > >> > >> I suspect you are running ldap:// on port 636. > > > > ldapsearch -W -H ldap://myip:636/ > > ldap_result: Can't contact LDAP server (-1) > > > > No, -H ldaps://myip:636/ (to SSL/ldaps). Tried it with same result :-( [...] > -- > Reinaldo de Carvalho > http://korreio.sf.net > http://python-cyrus.sf.net > > "While not fully understand a software, don't try to adapt this > software to the way you work, but rather yourself to the way the > software works" (myself) -- David Dumortier
