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/share/user_private_groups.ldif | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/share/user_private_groups.ldif') diff --git a/install/share/user_private_groups.ldif b/install/share/user_private_groups.ldif index 41a78ba0..9aed09ba 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 -- cgit