1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

s4:torture/rpc/samr - Add a comment for "ValidatePassword" test

This commit is contained in:
Matthias Dieter Wallnöfer 2009-11-05 12:37:16 +01:00
parent 3372e2a0cc
commit 1685ee3ee7

View File

@ -6765,6 +6765,8 @@ static bool test_samr_ValidatePassword(struct dcerpc_pipe *p, struct torture_con
const char *passwords[] = { "penguin", "p@ssw0rd", "p@ssw0rd123$", NULL };
int i;
torture_comment(tctx, "testing samr_ValidatePassword\n");
ZERO_STRUCT(r);
r.in.level = NetValidatePasswordReset;
r.in.req = &req;