Issue 311 - async ldap_simple_bind in "SDK"
Summary: async ldap_simple_bind in "SDK"
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-28 06:47 UTC by belanger@risq.qc.ca
Modified: 2014-08-01 21:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description belanger@risq.qc.ca 1999-09-28 06:47:40 UTC
Full_Name: Pierre Belanger
Version: 2.0-alpha3
OS: Solaris/Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (206.167.75.236)


Hi,

I've been searching in OpenLDAP, UMich and Netscape' SDK for
a real async safe ldap_simple_bind .  So far, no luck.  In
OpenLDAP, there's a few #ifdef notyet around the code for
supporting async ldap_simple_bind .  My question is quite
simple, is there someone working on this issue?  If not,
can someone teach me a little bit of what must be done and
I would be glad to contribute a few nights (weeks) to get
this moving and provide the code after, ... if I get it
to work :-/

Besides the problem I have with ldap_simple_bind (async),
does ldap_search (async) work fine?

Best regards,
Pierre B.
Comment 1 Kurt Zeilenga 1999-09-28 20:30:19 UTC
At 06:47 AM 9/28/99 GMT, belanger@risq.qc.ca wrote:
>I've been searching in OpenLDAP, UMich and Netscape' SDK for
>a real async safe ldap_simple_bind .

ldap_simple_bind provides a real implementation of the LDAP
BIND operation that is async in terms of the client/server
protocol interactions.  That is, the client call doesn't
wait for the server response to be returned.

Implementing other forms of async would be enhancement.
I suggest starting a discussion on the devel mailing list.
Providing a clear and consise description of how you'd like
the API to behave would be good place to start.

>My question is quite simple, is there someone working on
>this issue?

I don't believe so...

>If not, can someone teach me a little bit of what must be
>done and I would be glad to contribute a few nights (weeks) to get
>this moving and provide the code after, ... if I get it
>to work :-/

Basically, you need to help people help you.  This is
best done by initiating & partipating in devel list
discussions.  You must be subscribed to post.
	http://www.openldap.org/lists/

>Besides the problem I have with ldap_simple_bind (async),
>does ldap_search (async) work fine?

They both "work fine" if they are used in the manner in
which they were designed to be used in.

Kurt
Comment 2 Kurt Zeilenga 1999-09-29 15:16:02 UTC
changed state Open to Feedback
Comment 3 Kurt Zeilenga 1999-11-05 18:06:18 UTC
changed notes
changed state Feedback to Closed
Comment 4 OpenLDAP project 2014-08-01 21:06:09 UTC
Response provided.