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/20-user_private_groups.update | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 install/updates/20-user_private_groups.update (limited to 'install/updates/20-user_private_groups.update') diff --git a/install/updates/20-user_private_groups.update b/install/updates/20-user_private_groups.update new file mode 100644 index 00000000..8c7baca4 --- /dev/null +++ b/install/updates/20-user_private_groups.update @@ -0,0 +1,11 @@ +# This is a copy of the definition from user_private_groups.ldif +# This is required for replication. The template entry will get +# replicated but the plugin configuration will not. + +dn: cn=UPG Definition,cn=Managed Entries,cn=plugins,cn=config +default:objectclass: extensibleObject +default:cn: UPG Definition +default:originScope: cn=users,cn=accounts,$SUFFIX +default:originFilter: (&(objectclass=posixAccount)(!(description=__no_upg__))) +default:managedBase: cn=groups,cn=accounts,$SUFFIX +default:managedTemplate: cn=UPG Template,cn=etc,$SUFFIX -- cgit