From 201ffc07bdb9e45ebb155a36b3b8ca77e7f9719c Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 18 May 2011 15:12:22 -0400 Subject: Configure Managed Entries on replicas. The Managed Entries plugin configurations weren't being created on replica installs. The templates were there but the cn=config portions were not. This patch adds them as updates. The template portion will be added in the initial replication. ticket 1222 --- install/updates/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/updates/Makefile.am') diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am index eb864b6b0..ef1e9b716 100644 --- a/install/updates/Makefile.am +++ b/install/updates/Makefile.am @@ -8,9 +8,11 @@ app_DATA = \ 10-config.update \ 20-aci.update \ 20-dna.update \ + 20-host_nis_groups.update \ 20-indices.update \ 20-nss_ldap.update \ 20-replication.update \ + 20-user_private_groups.update \ 20-winsync_index.update \ 21-replicas_container.update \ 40-delegation.update \ -- cgit