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/schema_samba4.ldif | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'source4/setup/schema_samba4.ldif') diff --git a/source4/setup/schema_samba4.ldif b/source4/setup/schema_samba4.ldif index c19fe20ac3..d5d35af7d5 100644 --- a/source4/setup/schema_samba4.ldif +++ b/source4/setup/schema_samba4.ldif @@ -196,20 +196,20 @@ oMSyntax: 20 # # Fedora DS uses this attribute, and we need to set it via our module stack # -dn: CN=aci,${SCHEMADN} -cn: aci -name: aci -objectClass: top -objectClass: attributeSchema -lDAPDisplayName: aci -isSingleValued: TRUE -systemFlags: 16 -systemOnly: FALSE -schemaIDGUID: d8e6c1fa-db08-4f26-a53b-23c414aac92d -adminDisplayName: aci -attributeID: 1.3.6.1.4.1.7165.4.1.11 -attributeSyntax: 2.5.5.4 -oMSyntax: 20 +#dn: CN=aci,${SCHEMADN} +#cn: aci +#name: aci +#objectClass: top +#objectClass: attributeSchema +#lDAPDisplayName: aci +#isSingleValued: TRUE +#systemFlags: 16 +#systemOnly: FALSE +#schemaIDGUID: d8e6c1fa-db08-4f26-a53b-23c414aac92d +#adminDisplayName: aci +#attributeID: 1.3.6.1.4.1.7165.4.1.11 +#attributeSyntax: 2.5.5.4 +#oMSyntax: 20 # # Based on domainDNS, but without the DNS bits. -- cgit