From e1e99a7c7bb3a69d2c522ef272301b0ba73efd7f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 13 Aug 2009 10:01:00 +1000 Subject: s4:provision Remove the ACI element from the provision templates We need to find a better way to apply this (used in the Fedora DS LDAP backend), not by trying to tunnel this down the module stack. Andrew Bartlett --- source4/setup/provision_basedn.ldif | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/setup/provision_basedn.ldif') diff --git a/source4/setup/provision_basedn.ldif b/source4/setup/provision_basedn.ldif index 7fdecfa3c0..df34e4bbf0 100644 --- a/source4/setup/provision_basedn.ldif +++ b/source4/setup/provision_basedn.ldif @@ -4,5 +4,4 @@ dn: ${DOMAINDN} objectClass: top objectClass: ${DOMAIN_OC} -${ACI} -- cgit