diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-10-06 07:09:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:20:36 -0500 |
commit | 08478f8f921662b98e0e8548df49e333742339ad (patch) | |
tree | b53c2f37d83d42d3c56f001e97d377e7493173b6 | |
parent | 31e50ccae79e5ab4c292bf85fb1cec1b0babfa26 (diff) | |
download | samba-08478f8f921662b98e0e8548df49e333742339ad.tar.gz samba-08478f8f921662b98e0e8548df49e333742339ad.tar.bz2 samba-08478f8f921662b98e0e8548df49e333742339ad.zip |
r19115: Add the mapping required between Samba4's AD schema OIDs and what
Fedora DS can support.
Andrew Bartlett
(This used to be commit bdeb10de2e751e7f0b12d5658ad55a4e7827bbd5)
-rw-r--r-- | source4/setup/schema-map-fedora-ds-1.0 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/source4/setup/schema-map-fedora-ds-1.0 b/source4/setup/schema-map-fedora-ds-1.0 new file mode 100644 index 0000000000..2b5faedd7d --- /dev/null +++ b/source4/setup/schema-map-fedora-ds-1.0 @@ -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 |