From 9aec081fd9f8fb46e7d97090f97a75ee5cbebde3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 17 Nov 2004 11:56:13 +0000 Subject: r3804: Add more comparison tests in RPC-SAMSYNC. This compares values for the domain and for secrets. We still have some problems we need to sort out for secrets. Also rename a number of structures in samr.idl and netlogon.idl, to better express their consistancy. Andrew Bartlett (This used to be commit 3f52fa3a42b030c9aef21c8bd88aad87a0aae078) --- source4/torture/rpc/testjoin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc/testjoin.c') diff --git a/source4/torture/rpc/testjoin.c b/source4/torture/rpc/testjoin.c index 1815bb9ddb..2568f16323 100644 --- a/source4/torture/rpc/testjoin.c +++ b/source4/torture/rpc/testjoin.c @@ -191,7 +191,7 @@ again: status = dcerpc_samr_GetUserPwInfo(join->p, join, &pwp); if (NT_STATUS_IS_OK(status)) { - policy_min_pw_len = pwp.out.info.min_password_len; + policy_min_pw_len = pwp.out.info.min_password_length; } join->machine_password = generate_random_str(join, MAX(8, policy_min_pw_len)); -- cgit