svn commit: samba r19115 - in branches/SAMBA_4_0/source/setup: .

abartlet at samba.org abartlet at samba.org
Fri Oct 6 07:09:23 GMT 2006


Author: abartlet
Date: 2006-10-06 07:09:22 +0000 (Fri, 06 Oct 2006)
New Revision: 19115

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19115

Log:
Add the mapping required between Samba4's AD schema OIDs and what
Fedora DS can support.

Andrew Bartlett

Added:
   branches/SAMBA_4_0/source/setup/schema-map-fedora-ds-1.0


Changeset:
Added: branches/SAMBA_4_0/source/setup/schema-map-fedora-ds-1.0
===================================================================
--- branches/SAMBA_4_0/source/setup/schema-map-fedora-ds-1.0	2006-10-06 06:52:30 UTC (rev 19114)
+++ branches/SAMBA_4_0/source/setup/schema-map-fedora-ds-1.0	2006-10-06 07:09:22 UTC (rev 19115)
@@ -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



More information about the samba-cvs mailing list