summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/dsgetinfo.c
diff options
context:
space:
mode:
authorAnatoliy Atanasov <anatoliy.atanasov@postpath.com>2010-02-17 01:21:28 +0200
committerAnatoliy Atanasov <anatoliy.atanasov@postpath.com>2010-02-17 18:03:31 +0200
commit0e8fe821c9408a7ef6dd81cf760cf62b58b77572 (patch)
tree4f86aaded8f32c4d1ef05169fcfcfa24d358dca6 /source4/torture/rpc/dsgetinfo.c
parent80786148145e128c961a6f80a05585a17dfca63b (diff)
downloadsamba-0e8fe821c9408a7ef6dd81cf760cf62b58b77572.tar.gz
samba-0e8fe821c9408a7ef6dd81cf760cf62b58b77572.tar.bz2
samba-0e8fe821c9408a7ef6dd81cf760cf62b58b77572.zip
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
Diffstat (limited to 'source4/torture/rpc/dsgetinfo.c')
-rw-r--r--source4/torture/rpc/dsgetinfo.c8
1 files changed, 4 insertions, 4 deletions
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
}
};