Hi, if I do a ldapsearch(1) with simple paged result control enabled I receive a cookie wich is printed to stdout. A ldapsearch(1) with sync request control should receive a syncCookie, which is obviously submitted, but somehow it is not printed to stdout. How can I add this syncCookie to ldapsearch?
-Dieter
"Dieter Kluenter" dieter@dkluenter.de writes:
Hi, if I do a ldapsearch(1) with simple paged result control enabled I receive a cookie wich is printed to stdout. A ldapsearch(1) with sync request control should receive a syncCookie, which is obviously submitted, but somehow it is not printed to stdout. How can I add this syncCookie to ldapsearch?
Just to extend the above, all I want to do is, for demonstration purpose: - ldapsearch -Esync=ro -z0 - grab the syncCookie - modify some entries - ldapsearch -Esync=ro/<syncCookie> -z0
-Dieter
openldap-software@openldap.org