summaryrefslogtreecommitdiffstats
path: root/install/updates/Makefile.am
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-05-18 15:12:22 -0400
committerRob Crittenden <rcritten@redhat.com>2011-05-25 16:39:27 -0400
commit201ffc07bdb9e45ebb155a36b3b8ca77e7f9719c (patch)
tree818a194263f936a517e2842b44dcdb2f7d7071a2 /install/updates/Makefile.am
parent5a4f77ac1433ca1a0c9327dc90af58e3f225151d (diff)
downloadfreeipa-201ffc07bdb9e45ebb155a36b3b8ca77e7f9719c.tar.gz
freeipa-201ffc07bdb9e45ebb155a36b3b8ca77e7f9719c.tar.xz
freeipa-201ffc07bdb9e45ebb155a36b3b8ca77e7f9719c.zip
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
Diffstat (limited to 'install/updates/Makefile.am')
-rw-r--r--install/updates/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \