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

Re: SSL coding and openLDAP



On Mon, Jun 11, 2001 at 10:35:20AM -0700, Kurt D. Zeilenga wrote:
> ...
> If you want to do Start TLS [RFC 2830], yes.  If you
> want to do LDAP over SSL, no.  For LDAP over SSL,
> you need to use ldap_initialize() (instead of ldap_init()).
> See any of the client applications in clients/tools
> for examples.

what is the difference? Why would you choose one over the other?