[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Persistence Search (1.2.840.113556.1.4.528)
sudhakar wrote:
>
> and the results did not have the Persistence Search Control oid
> 1.2.840.113556.1.4.528 listed.
This OID is specific for MS AD. OpenLDAP does not implement this control:
http://www.alvestrand.no/objectid/1.2.840.113556.1.4.528.html
And OpenLDAP's slapd also does not implement draft-ietf-ldapext-psearch
which is another control for persistent search.
> Also, the man page for slapo-syncprov mentions that it includes support
> for persistent search.
> " The Syncrepl Provider overlay implements the provider-side
> support for syncrepl replication, including persistent
> search functionality."
This is new sync protocol specified in RFC 4533.
Now you probably understand that there are different solutions to the
same problem.
Ciao, Michael.