[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
LDAP wire protocol analysis with Wireshark
- To: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- Subject: LDAP wire protocol analysis with Wireshark
- From: Igor Shmukler <igor.shmukler@gmail.com>
- Date: Mon, 24 Nov 2014 13:02:36 +0200
- Cc: Andrew Findlay <andrew.findlay@skills-1st.co.uk>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=9sGCmVHzjUR64oe8/E+mUqHI6E1xk0KQFh03f4bL5fI=; b=PnMKqsotd/qWekTRZSvAlz1A6vrSeDxeqaaYhqFlgBb4vO5IPhKwe781HJSli6B31G JzmHfk9BSHYiblIjLFveJCKzK6Ztwenq10HhcTzcZUgNRka/QiHIP6tg8tQdrNqstt5j 0IeLTlCHtqJOEwpeN4j7w2caLfib00x7Ash6hktU4Jhm059bpe9AFBS8ZWV/ykLRSGDR aBIqh8wLnMske3I8Hc8k/b5Xa6vTVvk81m2AfpI/BpA9O86Wzq3WhLTP1kdVI9QKBqpg ob95BqQ8fNooYXD9YncN8vvRNdrgqJq0mNeX3lwQozjNnEr+BWwICiC9bkzYbkgFjP+3 8oNA==
Hello,
As per a suggestion by Andrew Findlay, I have been using Wireshark to
debug my LDAP client.
Specifically, at this time, I am working on simple paging results.
One "issue" which I have noticed, is that searchResultsControl
returned by both OpenLDAP and/or MS AD servers always has a size of 0.
The cookie is returned according to the RFC 2696 specification, but
size is not.
Please advise what I am missing.
Thank you,
Igor Shmukler