[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
question regarding ldap_unbind.
- To: OpenLDAP-software@OpenLDAP.org
- Subject: question regarding ldap_unbind.
- From: Ulka Ranadive <ulka.ranadive@gmail.com>
- Date: Sun, 4 Dec 2005 22:27:55 -0800
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=EOONHuF/H7WJsJZuRsD/AsXHPgFGrvy+d7/RkEQp0SmKtV93BQsfKFp6B9vUCIhqx7EmzMPqXeALLTU81llTG3LCFXXGK340Cc99P/6hO6V2PuvS+AIH25pyg1SEfHI3b5Fe2hn6VwFyux1Bv/jwe/30WMSYrrqH7WuNW3T0MHI=
Hi Folks,
I am using OpenLDAP 2.2.20 and I am running into issues with ldap_unbind and
freeing up memory when ldap_simple_bind( ) fails. I searched the internet
but no luck, so mailing you folks for some help.
Question is :
1. If an ldap_simple_bind( ) fails, do we do ldap_unbind ?
2. If yes then is there a known issue in OpenLDAP 2.2.20 because when I
call ldap_unbind ( ), my process gets stuck and the cpu utilization shoots
upto 99%.
2. If not then how do we free the memory allocated by ldap_init ( )?
Any Help is appreciated.
Thanks,
- Ulka