From 4e697b288be11a195d493f2d6800ea8c1e251fee Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 27 Jul 2007 03:08:15 +0000 Subject: r24060: Fix bug #4806 by Matthias Wallnöfer : We need to include the attribute allowedChildClassesEffective for MMC to allow the creation of containers. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This may need further refinement, but it seems to work for now. Andrew Bartlett (This used to be commit d053b8e218767cb12e20a00fb18995e30869db11) --- source4/setup/provision_users_modify.ldif | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/setup') diff --git a/source4/setup/provision_users_modify.ldif b/source4/setup/provision_users_modify.ldif index 04ff57368e..5fbfebfd46 100644 --- a/source4/setup/provision_users_modify.ldif +++ b/source4/setup/provision_users_modify.ldif @@ -17,7 +17,3 @@ objectCategory: CN=Container,${SCHEMADN} - replace: isCriticalSystemObject isCriticalSystemObject: TRUE -- -replace: allowedChildClassesEffective -allowedChildClassesEffective: user -allowedChildClassesEffective: group -- cgit