summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-07-14 14:48:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:23:07 -0500
commit65b8c54fc277a9f147f3fcfe542406cbc063d222 (patch)
treedec2d135930b896399f5c8f319b360701b9a3076
parent129eedc66bacea67e530ba2c1c946319c55e8a54 (diff)
downloadsamba-65b8c54fc277a9f147f3fcfe542406cbc063d222.tar.gz
samba-65b8c54fc277a9f147f3fcfe542406cbc063d222.tar.bz2
samba-65b8c54fc277a9f147f3fcfe542406cbc063d222.zip
r8476: add a note that DsAddEntry is very incomplete yet
metze (This used to be commit 53b91754107b790e2349a97069ea03a7bd6ff712)
-rw-r--r--source4/librpc/idl/drsuapi.idl8
1 files changed, 8 insertions, 0 deletions
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;