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

RE: Closing TLS Session



I want to close only TLS session, using ldap_unbind() will close LDAP
session. My aim is to perform some LDAP operations successfully, even after
closing TLS session. That's why I need a separate method which will close
only TLS session but LDAP connection will be intact.

Regards.
Medha

-----Original Message-----
From: Kurt D. Zeilenga [mailto:Kurt@OpenLDAP.org]
Sent: Monday, April 09, 2001 9:17 PM
To: Medha Atre
Cc: OpenLDAP
Subject: Re: Closing TLS Session


At 03:24 PM 4/9/01 +0530, Medha Atre wrote:
>Hello,
>I am using OpenLDAP C SDK for starting TLS session. Starting TLS session is
>successful through start_tls_s(LDAP *, LDAPControl *, LDAPControl *)  but I
>did not find any possible way out to close the TLS session.

ldap_unbind()