"Torsten Schlabach (Tascel eG)" tschlabach@tascel.net writes:
Hi!
Thanks for that ...
When I try to use anything like
-E'!sync=ro/rid=042,csn=20090928054615.449093Z#000000#000#000000'
I get
# search result search: 2 result: 12 Critical extension is unavailable text: critical control unavailable in context
# numResponses: 1
Does that mean, something with my ldapsearch (client side) is wrong or does it mean something is missing on my server?
This is rather strange. What is your OpenLDAP version? The result code 12 indicates that sync control is unavailable, for more info on this see RFC 4511, section 4.1.9 and 4.1.11
What is the result of ldapsearch -b "" -s base supportedControl | egrep "1.9.1.1" it should be: supportedControl: 1.3.6.1.4.1.4203.1.9.1.1
-Dieter