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

jerry at samba.org jerry at samba.org
Fri Jan 28 17:36:41 GMT 2005


Author: jerry
Date: 2005-01-28 17:36:41 +0000 (Fri, 28 Jan 2005)
New Revision: 5060

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

Log:
BUG 2286: fix typoe on sambaConfig oc definition
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	2005-01-28 17:24:52 UTC (rev 5059)
+++ branches/SAMBA_3_0/examples/LDAP/samba.schema	2005-01-28 17:36:41 UTC (rev 5060)
@@ -467,7 +467,7 @@
 	DESC 'Structural Class for a SID'
 	MUST ( sambaSID ) )
 
-objectclass ( 1.3.6.1.4.1.7165.1.2.2.10 NAME 'sambaConfig' SUP top AUXILIARY
+objectclass ( 1.3.6.1.4.1.7165.2.2.10 NAME 'sambaConfig' SUP top AUXILIARY
 	DESC 'Samba Configuration Section'
 	MAY ( description ) )
 



More information about the samba-cvs mailing list