Am Tue, 18 Nov 2014 12:39:42 +0200 schrieb Igor Shmukler igor.shmukler@gmail.com:
Hello,
I wrote a client to make RFC 2696 (paged results) requests. My client gets results fine, yet size and cookie values are always 0, "" - this should not be the case. I tried with ldapsearch(1) and it does paging fine. Hence, it makes sense to assume that the server is OK and opaque/cookie must not be empty. At the same time, format of my ASN object is fine. I need to understand where exactly, I messed up.
[...]
depending on your programming language, you may run your client with strace or similar tools.
-Dieter