mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r19115: Add the mapping required between Samba4's AD schema OIDs and what
Fedora DS can support. Andrew Bartlett
This commit is contained in:
parent
bc02f7ef96
commit
bdeb10de2e
28
source/setup/schema-map-fedora-ds-1.0
Normal file
28
source/setup/schema-map-fedora-ds-1.0
Normal file
@ -0,0 +1,28 @@
|
||||
#Standard OpenLDAP attributes
|
||||
name
|
||||
objectClasses
|
||||
createTimeStamp
|
||||
attributeTypes
|
||||
objectClass
|
||||
userPassword
|
||||
seeAlso
|
||||
modifyTimeStamp
|
||||
distinguishedName
|
||||
description
|
||||
cn
|
||||
dITContentRules
|
||||
top
|
||||
#Skip ObjectClasses
|
||||
#
|
||||
#MiddleName has a conflicting OID
|
||||
2.16.840.1.113730.3.1.34:1.3.6.1.4.1.7165.4.1.8
|
||||
#This large integer format is unimplemented in OpenLDAP 2.3
|
||||
1.2.840.113556.1.4.906:1.3.6.1.4.1.1466.115.121.1.27
|
||||
#This case insensitive string isn't available
|
||||
1.2.840.113556.1.4.905:1.3.6.1.4.1.1466.115.121.1.15
|
||||
#This type of DN isn't in OpenLDAP
|
||||
1.2.840.113556.1.4.903:1.3.6.1.4.1.1466.115.121.1.12
|
||||
#Treat Security Descriptors as binary
|
||||
1.2.840.113556.1.4.907:1.3.6.1.4.1.1466.115.121.1.40
|
||||
#NumbericString is not supported in Fedora DS 1.0, map to a directory string
|
||||
1.3.6.1.4.1.1466.115.121.1.36:1.3.6.1.4.1.1466.115.121.1.15
|
Loading…
Reference in New Issue
Block a user