> This implies that the server is unwilling or unable
> to make use of the control in the particular context
> (e.g., database) that the target object is within.
> That is, you aren't using a database that supports
> the control.

I failed to mention that I am also currently using syncrepl to replicate
the server in question and am using the exact same parameters to it as
in the perl client I am writing. See configuration below.

syncrepl rid=1
  provider=ldap://critter.sento.com:389
  type=refreshAndPersist
  retry=1,5,5,5,10,+
  searchbase="dc=directory,dc=company,dc=com"
  filter="(objectClass=*)"
  scope=sub
  attrs="*"
  schemachecking=off
  updatedn="cn=slave_editor,dc=directory,dc=company,dc=com"
  bindmethod=simple
  binddn="cn=Manager,dc=directory,dc=company,dc=com"
  credentials=************


Reply via email to