1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-19 10:03:58 +03:00

r8476: add a note that DsAddEntry is very incomplete yet

metze
This commit is contained in:
Stefan Metzmacher 2005-07-14 14:48:56 +00:00 committed by Gerald (Jerry) Carter
parent 8454d32eb2
commit 53b9175410

View 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;