From 0e8fe821c9408a7ef6dd81cf760cf62b58b77572 Mon Sep 17 00:00:00 2001 From: Anatoliy Atanasov Date: Wed, 17 Feb 2010 01:21:28 +0200 Subject: s4/drs:kccdrs_replica_get_info_obj_metadata implementation Fix the names of the drsuapi_DsReplicaInfoType enum and rebuild the .idl The get_info_obj_metadata implementation is ported from implementation i developed and tested at the samba io lab 2009 --- source4/torture/rpc/dsgetinfo.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/torture/rpc/dsgetinfo.c') diff --git a/source4/torture/rpc/dsgetinfo.c b/source4/torture/rpc/dsgetinfo.c index 03bda7e70e..418f5b4530 100644 --- a/source4/torture/rpc/dsgetinfo.c +++ b/source4/torture/rpc/dsgetinfo.c @@ -224,19 +224,19 @@ static bool test_getinfo(struct torture_context *tctx, NULL },{ DRSUAPI_DS_REPLICA_GET_INFO2, - DRSUAPI_DS_REPLICA_INFO_NEIGHBORS02, + DRSUAPI_DS_REPLICA_INFO_REPSTO, NULL },{ DRSUAPI_DS_REPLICA_GET_INFO2, - DRSUAPI_DS_REPLICA_INFO_CONNECTIONS04, + DRSUAPI_DS_REPLICA_INFO_CLIENT_CONTEXTS, "__IGNORED__" },{ DRSUAPI_DS_REPLICA_GET_INFO2, - DRSUAPI_DS_REPLICA_INFO_CURSORS05, + DRSUAPI_DS_REPLICA_INFO_UPTODATE_VECTOR_V1, NULL },{ DRSUAPI_DS_REPLICA_GET_INFO2, - DRSUAPI_DS_REPLICA_INFO_06, + DRSUAPI_DS_REPLICA_INFO_SERVER_OUTGOING_CALLS, NULL } }; -- cgit