[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
asynchronous bind (ITS#1829)
Full_Name: Justin Bird
Version:
OS: vxWorks
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (63.226.84.103)
I have noticed that the ldap_simple_bind call is not really asynchronous. The
call to ldap_simple_bind eventually calls ldap_new_connection where the comments
state that the open connection is synchronous for now and it will have to change
in the long run. I have retrieved a copy of the latest version of OpenLDAP
(version 2.1.1) and it looks as if the ldap_simple_bind call is still a
synchronous call.
Is this intended to be worked on or will the ldap_simple_bind call remain a
synchronous call.
Thank you for your help.