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

Re: Quick newbee question for an LDAP vet



> I'm using the 1.2.11 libldap.
> Let's say I have several outstanding searches via ldap_search(). If I issue
> an ldap_unbind(), does everything clean-up OK or should I issue
> ldap_abandon() for each outstanding msgid.
>
> Thanks in advance,
> Dave Nelson


The "ldap_unbind" function clean-up everything, cause the connection to server
will be abandoned.


regards
Oliver