From: Graham B. <gb...@po...> - 2000-07-05 13:43:35
|
The operation will be asynchronous if $ldap->async returns zero. So if you have done an async bind, then unless you have done $ldap->async(0) the search will be asynchronous. Graham. On Wed, Jul 05, 2000 at 03:19:25PM +0200, Bouarich, Reda wrote: > Hello u all, > I'm binding on the LDAP server in an asynchronous way, I would like to > perform certain tasks during this session like a search, update ect... > I would like to know if I do a search operation for instance, will it be > asynchronous automatically (because of the asynchronous bind) or does " an > asynchronous search" exist? > Thanks in advance. |