1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

s4:torture/samr - Activate "ValidatePassword" test per default

This commit is contained in:
Matthias Dieter Wallnöfer 2009-11-06 12:16:30 +01:00
parent 6afee5f130
commit 9f481664fb

View File

@ -6799,11 +6799,6 @@ bool torture_rpc_samr(struct torture_context *torture)
return false;
}
if (torture_setting_bool(torture, "dangerous", false)) {
ret &= test_samr_ValidatePassword(p, torture);
}
ret &= test_Connect(p, torture, &handle);
if (!torture_setting_bool(torture, "samba3", false)) {
@ -6870,6 +6865,8 @@ bool torture_rpc_samr_passwords(struct torture_context *torture)
ret &= test_samr_handle_Close(p, torture, &handle);
ret &= test_samr_ValidatePassword(p, torture);
return ret;
}