r8476: add a note that DsAddEntry is very incomplete yet
authorStefan Metzmacher <metze@samba.org>
Thu, 14 Jul 2005 14:48:56 +0000 (14:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:23:07 +0000 (13:23 -0500)
metze
(This used to be commit 53b91754107b790e2349a97069ea03a7bd6ff712)

source4/librpc/idl/drsuapi.idl

index af503d8288f1f309b477683227452de3d3d2d9af..7854e42ad343a332096a4eb5cdf8965c48e0922f 100644 (file)
@@ -919,6 +919,14 @@ interface drsuapi
                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;