I am having some problems getting the delivered addressbook functionality to successfully connect to my local slapd. The code attempts the following ldapsearch request:
>ldapsearch -h localhost -p 636 -b dc=balclutha,dc=org (&(sn=Milligan*)) This gives the following bind error: connection_get(10) connection_get(10): got connid=40 connection_read(10): checking for input on id=40 TLS trace: SSL_accept:before/accept initialization TLS trace: SSL_accept:error in SSLv2/v3 read client hello A TLS: can't accept. TLS: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol s23_srvr.c:565 connection_read(10): TLS accept error error=-1 id=40, closing connection_closing: readying conn=40 sd=10 for close connection_close: conn=40 sd=10 The problem is that slapd is expecting a TLS dialogue and is not getting one. I was thinking about modifying sqwebmail to incorporate both the host and port into the preferred -H for ldapsearch. But before doing so, thought I'd ask just in case I'm missing the point. There is also the possibility to add TLS by using a checkbox to force -ZZ into the argument list, making LDAP setup essentially the same as NS Address Book. Further, the login and password fields are misleading to me. I would have thought that they would correlate to a SASL authentication, but they use the -D and -W arguments respectively, explicitly requesting simple authentication. The login argument then needs to be a distinguished name rather than an authentication id. Can anyone explain? Cheers, Alan _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
