Replication of ACIs DS 6.1 to DS 5.2
Hello !
We have set up a DS6.1 and DS5.2 Server in a Multi Master replication topology.
It worked fine for some days.
Today I imported an ldif on the DS6.1 Server.
The ldif file consists of two acis concerning the Password Extended Operation:
dn: oid=1.3.6.1.4.1.4203.1.11.1,cn=features,cn=config
objectClass: top
objectClass: directoryServerFeature
oid: 1.3.6.1.4.1.4203.1.11.1
cn: Password Modify Extended Op Access Control
aci: (targetattr != "aci")
(version 3.0; acl "Allow Password Change Extended Op to all auth users";
allow( read , search, compare, proxy )
(userdn = "ldap:///anyone");)
aci: (targetattr != "aci")(version 3.0;$
acl "Allow PSLDT1 to use Password Change Extended Op";$
allow( read, search, compare, proxy )$
(groupdn = "ldap:///cn=PSLDT1,ou=groups,dc=hvb,dc=de");)$
After the import the DS5.2 stopped working.
The cn=config path is not replicated as far as I know.
So why does the DS5.2 Server have a problem ?
To get the DS5.2 Server working again I disabled the Replication Agreement from DS6.1 to DS5.2 and we restarted the DS5.2 Server.
I read that we need to import the schema file 00ds6pwp.ldif on the DS5.2 Server.
But will this also solve our problem with the acis ?
All objectclasses used in the ldif file should be known by the DS5.2 Server:
objectClass: top
objectClass: directoryServerFeature
How can I get the ldif file into the DS6 Server and start replication again without breaking the DS5.2 Server ?
Best Regards,
Beate

