Michael Ströder writes:
>qazmlp wrote:
>> Is it always ensured(anything in LDAP specifications??) that the LDAP
>> statements sent asynchronously over the same connection are executed in
>> the same order by the LDAP server?
>
> AFAIK no.

Indeed not.  The standard says just the opposite.
Snipped from RFC 4511 section 3 (Protocol Model):

   Although servers are required to return responses whenever such
   responses are defined in the protocol, there is no requirement for
   synchronous behavior on the part of either clients or servers.
   Requests and responses for multiple operations generally may be
   exchanged between a client and server in any order.  If required,
   synchronous behavior may be controlled by client applications.

Though there are a few additional synchronization requirements: A
request before a BindRequest must not receive a response after the
BindResponse (it should instead be abandoned).  And the client must wait
for the response to Bind and StartTLS before sending other requests.

-- 
Regards,
Hallvard

---
You are currently subscribed to [EMAIL PROTECTED] as: [EMAIL PROTECTED]
To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the 
SUBJECT of the message.

Reply via email to