svn commit: samba r20408 - in branches/SAMBA_4_0/source/dsdb/schema: .

metze at samba.org metze at samba.org
Fri Dec 29 11:48:16 GMT 2006


Author: metze
Date: 2006-12-29 11:48:15 +0000 (Fri, 29 Dec 2006)
New Revision: 20408

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

Log:
fix cut'n'paste error

metze
Modified:
   branches/SAMBA_4_0/source/dsdb/schema/schema_init.c


Changeset:
Modified: branches/SAMBA_4_0/source/dsdb/schema/schema_init.c
===================================================================
--- branches/SAMBA_4_0/source/dsdb/schema/schema_init.c	2006-12-29 11:46:52 UTC (rev 20407)
+++ branches/SAMBA_4_0/source/dsdb/schema/schema_init.c	2006-12-29 11:48:15 UTC (rev 20408)
@@ -346,7 +346,7 @@
 	{ "systemFlags", 			"1.2.840.113556.1.4.375" },
 	{ "isMemberOfPartialAttributeSet", 	"1.2.840.113556.1.4.639" },
 	{ "linkID", 				"1.2.840.113556.1.2.50" },
-	{ "attributeSyntax", 			"1.2.840.113556.1.2.30" },
+	{ "attributeSyntax", 			"1.2.840.113556.1.2.32" },
 	{ "oMSyntax", 				"1.2.840.113556.1.2.231" },
 	{ "oMObjectClass", 			"1.2.840.113556.1.2.218" },
 	{ "isSingleValued",			"1.2.840.113556.1.2.33" },



More information about the samba-cvs mailing list