[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: Operations error (??) in set_option(ld, LDAP_X_TLS, &arg)



Sorry for that question.
Actually I think i found the answer:

1) it seems that it is just a warning message (TLS already started)
2) this warning is due to local client and server (on the same host)

Yves

> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Yves Robin
> Sent: Monday, June 03, 2002 1:27 PM
> To: Mailing list OpenSSL; Mailing list OpenLdap
> Subject: Operations error (??) in set_option(ld, LDAP_X_TLS, &arg)
> 
> 
> When trying to connect to openldap server,
> i got error 1: Operations error in set_option(). What does this mean ?
> 
> Is LDAP_X_TLS the correct const to activate openldap session over 
> SSL/TLS ?
> I tested openldap server with :
> 
> ldapsearch -x -b dc=my-domain,dc=com -H ldap://localhost -Z "(cn=yves)"
> 
> and the response is correct.
> 
> thanks for lights.
> 
> Yves