From 65b8c54fc277a9f147f3fcfe542406cbc063d222 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 14 Jul 2005 14:48:56 +0000 Subject: r8476: add a note that DsAddEntry is very incomplete yet metze (This used to be commit 53b91754107b790e2349a97069ea03a7bd6ff712) --- source4/librpc/idl/drsuapi.idl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index af503d8288..7854e42ad3 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -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; -- cgit