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

Re: Please assist - LDAP client library: ldap_modify usage



Alex Xia wrote:
> 
> I want to do the modify asynchrously, using ldap_modify() and
> [..]
> The ldap_result() call doesn't
> seem to give me back the message id of the modify.

AFAIK it's the other way round: Calling ldap_modify() gives an ID as
result and you have to call ldap_result(id) to keep track of your
async calls.

Ciao, Michael.