From 34d61e69df2f82e7c488633fa4c7e10226a941e6 Mon Sep 17 00:00:00 2001 From: Andrew Kroeger Date: Sun, 24 May 2009 03:37:37 -0500 Subject: [PATCH] s4:provision: Added ComPartitionSets entry. Without this entry, opening the COM+ tab under the properties of an OU within ADUC results in the following error: "Unable to retrieve all user properties, 0x80072030" --- source4/setup/provision.ldif | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/source4/setup/provision.ldif b/source4/setup/provision.ldif index 2f734e8..1afe72f 100644 --- a/source4/setup/provision.ldif +++ b/source4/setup/provision.ldif @@ -82,3 +82,8 @@ dn: CN=IP Security,CN=System,${DOMAINDN} objectClass: top objectClass: container +dn: CN=ComPartitionSets,CN=System,${DOMAINDN} +objectClass: top +objectClass: container +systemFlags: -1946157056 + -- 1.6.0.6