1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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
This commit is contained in:
Andrew Bartlett 2009-08-13 10:01:00 +10:00
parent 346aa6e093
commit e1e99a7c7b
4 changed files with 14 additions and 17 deletions

View File

@ -4,5 +4,4 @@
dn: ${DOMAINDN}
objectClass: top
objectClass: ${DOMAIN_OC}
${ACI}

View File

@ -4,5 +4,4 @@
dn: ${CONFIGDN}
objectClass: top
objectClass: configuration
${ACI}
cn: Configuration

View File

@ -4,5 +4,4 @@
dn: ${SCHEMADN}
objectClass: top
objectClass: dMD
${ACI}
cn: Schema

View File

@ -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.