Sorry, forgot to include that I have "overlay syncprov" in the config as well. I'm reviewing the two RFCs now. Thanks! Tom Leach
On 08/24/2010 08:31 PM, Michael Ströder wrote:
Tom Leach wrote:
I'm trying to write a perl script using PersistentSearch from Net::LDAP::Control::PersistentSearch against a freshly compiled OpenLDAP 2.4.23 server. I've configured/compiled the server with --enable-syncprov=yes and I have N-way multimaster setup and working.
In the directory that I'm querying, I have syncrepl and mirrormode configured for the suffix dc=coas,dc=oregonstate,dc=edu.
But, when I run the perl script using PersistentSearch I'm getting the following in my slapd log file when I search for something in the base ou=People,dc=coas,dc=oregonstate,dc=edu: slap_global_control: unrecognized control: 2.16.840.1.113730.3.4.3
Persistent search is not syncrepl with the latter being implemented by syncprov overlay.
Compare these docs:
http://tools.ietf.org/html/draft-ietf-ldapext-psearch
http://www.ietf.org/rfc/rfc4533.txt
Ciao, Michael.