2014-01-23 05:22:38 -06:00
|
|
|
# Enable Retro changelog - it is necessary for SyncRepl
|
2013-10-25 05:41:25 -05:00
|
|
|
dn: cn=Retro Changelog Plugin,cn=plugins,cn=config
|
|
|
|
only:nsslapd-pluginEnabled: on
|
2014-01-23 05:22:38 -06:00
|
|
|
# Remember original nsuniqueid for objects referenced from cn=changelog
|
2013-10-25 05:41:25 -05:00
|
|
|
add:nsslapd-attribute: nsuniqueid:targetUniqueId
|
|
|
|
add:nsslapd-changelogmaxage: 2d
|
|
|
|
|
2014-01-23 05:22:38 -06:00
|
|
|
# Keep memberOf and referential integrity plugins away from cn=changelog.
|
|
|
|
# It is necessary for performance reasons because we don't have appropriate
|
|
|
|
# indices for cn=changelog.
|
|
|
|
dn: cn=MemberOf Plugin,cn=plugins,cn=config
|
|
|
|
add:memberofentryscope: '$SUFFIX'
|
|
|
|
|
|
|
|
dn: cn=referential integrity postoperation,cn=plugins,cn=config
|
|
|
|
add:nsslapd-plugincontainerscope: '$SUFFIX'
|
|
|
|
add:nsslapd-pluginentryscope: '$SUFFIX'
|
|
|
|
|
2013-10-25 05:41:25 -05:00
|
|
|
# Enable SyncRepl
|
|
|
|
dn: cn=Content Synchronization,cn=plugins,cn=config
|
|
|
|
only:nsslapd-pluginEnabled: on
|