svn commit: samba r8476 - in branches/SAMBA_4_0/source/librpc/idl: .

metze at samba.org metze at samba.org
Thu Jul 14 14:48:56 GMT 2005


Author: metze
Date: 2005-07-14 14:48:56 +0000 (Thu, 14 Jul 2005)
New Revision: 8476

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

Log:
add a note that DsAddEntry is very incomplete yet

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2005-07-14 14:40:30 UTC (rev 8475)
+++ branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2005-07-14 14:48:56 UTC (rev 8476)
@@ -919,6 +919,14 @@
 		drsuapi_DsReplicaObject object;
 	} drsuapi_DsReplicaObjectListItem;
 
+	/*
+	 * please note the the current idl
+	 * for DsAddEntry does only parse 
+	 * what I saw between 2 w2k3 boxes
+	 * in my dssync experiments I got some other replies
+	 * so all I want to say is that this is very incomplete yet...
+	 * --metze
+	 */
 	typedef struct {
 		drsuapi_DsReplicaObjectListItem first_object;
 	} drsuapi_DsAddEntryRequest2;



More information about the samba-cvs mailing list