From c80c3b5edd231ab919b2054e22a99ba28aa11eac Mon Sep 17 00:00:00 2001 From: Andrew Kroeger Date: Sun, 24 May 2009 03:37:37 -0500 Subject: 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 file changed, 5 insertions(+) (limited to 'source4/setup/provision.ldif') diff --git a/source4/setup/provision.ldif b/source4/setup/provision.ldif index 2f734e83b2..1afe72f6e2 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 + -- cgit