mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
Make Samba4 and Fedora DS happier
Recent changes to Samba4 have made the Fedora DS backend fail. This is a start on fixing that. Andrew Bartlett (This used to be commit 48dc07902ffb792532ff216e507e53103d448b7b)
This commit is contained in:
parent
80902a2a2b
commit
3688b7669a
@ -7,6 +7,7 @@ nsslapd-backend: configData
|
||||
cn: ${CONFIGDN}
|
||||
|
||||
dn: cn=configData,cn=ldbm database,cn=plugins,cn=config
|
||||
objectclass: top
|
||||
objectclass: extensibleObject
|
||||
objectclass: nsBackendInstance
|
||||
nsslapd-suffix: ${CONFIGDN}
|
||||
@ -21,6 +22,7 @@ nsslapd-backend: schemaData
|
||||
cn: ${SCHEMADN}
|
||||
|
||||
dn: cn=schemaData,cn=ldbm database,cn=plugins,cn=config
|
||||
objectclass: top
|
||||
objectclass: extensibleObject
|
||||
objectclass: nsBackendInstance
|
||||
nsslapd-suffix: ${SCHEMADN}
|
||||
|
@ -14,6 +14,8 @@ dITContentRules
|
||||
top
|
||||
#This shouldn't make it to the ldap server
|
||||
sambaPassword
|
||||
#This should be provided by the LDAP server, only in our schema to permit provision
|
||||
aci
|
||||
#Skip ObjectClasses
|
||||
#MiddleName has a conflicting OID
|
||||
2.16.840.1.113730.3.1.34:1.3.6.1.4.1.7165.4.255.1
|
||||
|
@ -174,3 +174,23 @@ oMSyntax: 20
|
||||
#Allocated: (objectClasses) samba4ObjectClasses: 1.3.6.1.4.1.7165.4.255.5
|
||||
#Allocated: (ditContentRules) samba4DitContentRules: 1.3.6.1.4.1.7165.4.255.6
|
||||
#Allocated: (attributeTypes) samba4AttributeTypes: 1.3.6.1.4.1.7165.4.255.7
|
||||
|
||||
|
||||
#
|
||||
# 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user