summaryrefslogtreecommitdiffstats
path: root/install/share
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/share
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/share')
-rw-r--r--install/share/host_nis_groups.ldif2
-rw-r--r--install/share/user_private_groups.ldif2
2 files changed, 4 insertions, 0 deletions
diff --git a/install/share/host_nis_groups.ldif b/install/share/host_nis_groups.ldif
index cfcd618bc..bb28c597d 100644
--- a/install/share/host_nis_groups.ldif
+++ b/install/share/host_nis_groups.ldif
@@ -11,6 +11,8 @@ mepMappedAttr: cn: $$cn
mepMappedAttr: memberHost: $$dn
mepMappedAttr: description: ipaNetgroup $$cn
+# Changes to this definition need to be reflected in
+# updates/20-host_nis_groups.update
dn: cn=NGP Definition,cn=Managed Entries,cn=plugins,cn=config
changetype: add
objectclass: extensibleObject
diff --git a/install/share/user_private_groups.ldif b/install/share/user_private_groups.ldif
index 41a78ba0b..9aed09ba1 100644
--- a/install/share/user_private_groups.ldif
+++ b/install/share/user_private_groups.ldif
@@ -10,6 +10,8 @@ mepMappedAttr: cn: $$uid
mepMappedAttr: gidNumber: $$uidNumber
mepMappedAttr: description: User private group for $$uid
+# Changes to this definition need to be reflected in
+# updates/20-user_private_groups.update
dn: cn=UPG Definition,cn=Managed Entries,cn=plugins,cn=config
changetype: add
objectclass: extensibleObject