svn commit: samba r17487 - in branches/SAMBA_3_0/examples/LDAP: .

abartlet at samba.org abartlet at samba.org
Fri Aug 11 06:44:31 GMT 2006


Author: abartlet
Date: 2006-08-11 06:44:31 +0000 (Fri, 11 Aug 2006)
New Revision: 17487

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

Log:
Allocate some OID space for Samba4, so we don't trip on each other.

Andrew Bartlett

Modified:
   branches/SAMBA_3_0/examples/LDAP/samba.schema


Changeset:
Modified: branches/SAMBA_3_0/examples/LDAP/samba.schema
===================================================================
--- branches/SAMBA_3_0/examples/LDAP/samba.schema	2006-08-11 04:47:46 UTC (rev 17486)
+++ branches/SAMBA_3_0/examples/LDAP/samba.schema	2006-08-11 06:44:31 UTC (rev 17487)
@@ -14,6 +14,10 @@
 ## 1.3.6.1.4.1.7165.2.3.1.x - attributetypes
 ## 1.3.6.1.4.1.7165.2.3.2.x - objectclasses
 ##
+## Samba4
+## 1.3.6.1.4.1.7165.4.1.x - attributetypes
+## 1.3.6.1.4.1.7165.4.2.x - objectclasses
+##
 ## ----- READ THIS WHEN ADDING A NEW ATTRIBUTE OR OBJECT CLASS ------
 ##
 ## Run the 'get_next_oid' bash script in this directory to find the 
@@ -38,6 +42,7 @@
 # objectIdentifier Samba3 SambaRoot:2
 # objectIdentifier Samba3Attrib Samba3:1
 # objectIdentifier Samba3ObjectClass Samba3:2
+# objectIdentifier Samba4 SambaRoot:4
 
 ########################################################################
 ##                            HISTORICAL                              ##



More information about the samba-cvs mailing list