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

metze at samba.org metze at samba.org
Tue Jan 2 12:59:00 GMT 2007


Author: metze
Date: 2007-01-02 12:59:00 +0000 (Tue, 02 Jan 2007)
New Revision: 20472

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

Log:
add a comment for Object(Replica-Link), it's not clear that
the DATA_BLOB conversation functions are correct here...

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


Changeset:
Modified: branches/SAMBA_4_0/source/dsdb/schema/schema_syntax.c
===================================================================
--- branches/SAMBA_4_0/source/dsdb/schema/schema_syntax.c	2007-01-02 12:48:38 UTC (rev 20471)
+++ branches/SAMBA_4_0/source/dsdb/schema/schema_syntax.c	2007-01-02 12:59:00 UTC (rev 20472)
@@ -1291,6 +1291,12 @@
 		.drsuapi_to_ldb		= dsdb_syntax_FOOBAR_drsuapi_to_ldb,
 		.ldb_to_drsuapi		= dsdb_syntax_FOOBAR_ldb_to_drsuapi,
 	},{
+	/* 
+	 * TODO: verify if DATA_BLOB is correct here...!
+	 *
+	 *       repsFrom and repsTo are the only attributes using
+	 *       this attribute syntax, but they're not replicated... 
+	 */
 		.name			= "Object(Replica-Link)",
 		.ldap_oid		= "1.3.6.1.4.1.1466.115.121.1.40",
 		.oMSyntax		= 127,



More information about the samba-cvs mailing list