summaryrefslogtreecommitdiffstats
path: root/install/updates
diff options
context:
space:
mode:
authorAna Krivokapic <akrivoka@redhat.com>2013-10-25 12:41:25 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-01-14 16:37:56 +0100
commit689382dc833e687d30349b10a8fd7dc740d54d08 (patch)
treeeaae5f062c8fe9a961697bb34b3a829f7190413f /install/updates
parent3e1386a57e915a71c87471ee65877f3ab01fc724 (diff)
downloadfreeipa-689382dc833e687d30349b10a8fd7dc740d54d08.tar.gz
freeipa-689382dc833e687d30349b10a8fd7dc740d54d08.tar.xz
freeipa-689382dc833e687d30349b10a8fd7dc740d54d08.zip
Enable Retro Changelog and Content Synchronization DS plugins
Enable Retro Changelog and Content Synchronization DS plugins which are required for SyncRepl support. Create a working directory /var/named/ipa required by bind-dyndb-ldap v4+. https://fedorahosted.org/freeipa/ticket/3967
Diffstat (limited to 'install/updates')
-rw-r--r--install/updates/20-syncrepl.update9
-rw-r--r--install/updates/Makefile.am1
2 files changed, 10 insertions, 0 deletions
diff --git a/install/updates/20-syncrepl.update b/install/updates/20-syncrepl.update
new file mode 100644
index 000000000..c4158a163
--- /dev/null
+++ b/install/updates/20-syncrepl.update
@@ -0,0 +1,9 @@
+# Enable Retro changelog
+dn: cn=Retro Changelog Plugin,cn=plugins,cn=config
+only:nsslapd-pluginEnabled: on
+add:nsslapd-attribute: nsuniqueid:targetUniqueId
+add:nsslapd-changelogmaxage: 2d
+
+# Enable SyncRepl
+dn: cn=Content Synchronization,cn=plugins,cn=config
+only:nsslapd-pluginEnabled: on
diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am
index 66f0cd576..67c33eef5 100644
--- a/install/updates/Makefile.am
+++ b/install/updates/Makefile.am
@@ -14,6 +14,7 @@ app_DATA = \
20-indices.update \
20-nss_ldap.update \
20-replication.update \
+ 20-syncrepl.update \
20-user_private_groups.update \
20-winsync_index.update \
21-replicas_container.update \