diff options
author | Günther Deschner <gd@samba.org> | 2010-01-11 21:18:51 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-01-12 12:09:47 +0100 |
commit | a744dbcf2b29040d7d630201cef9f64edafd7eec (patch) | |
tree | 17c79cb561f1ceb0787b70db7d26c27f8ed0f28d /source4/torture/rpc/rpc.c | |
parent | c9e84ad3970cd3360313c1582d806c0393ce6228 (diff) | |
download | samba-a744dbcf2b29040d7d630201cef9f64edafd7eec.tar.gz samba-a744dbcf2b29040d7d630201cef9f64edafd7eec.tar.xz samba-a744dbcf2b29040d7d630201cef9f64edafd7eec.zip |
s4-smbtorture: add RPC-SAMR-PASSWORDS-BADPWDCOUNT torture test.
This test checks the behavior (since w2k3 sp1) of the badPwdCount samr attribute
in relation to password history and successfull and unsucessful netlogon
samlogons.
Michael, please check. This should help verifiying Bug #4347.
Guenther
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r-- | source4/torture/rpc/rpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index 3362bad605c..2ab0d12743b 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -462,6 +462,7 @@ NTSTATUS torture_rpc_init(void) torture_suite_add_suite(suite, torture_rpc_samr_accessmask(suite)); torture_suite_add_suite(suite, torture_rpc_samr_workstation_auth(suite)); torture_suite_add_suite(suite, torture_rpc_samr_passwords_pwdlastset(suite)); + torture_suite_add_suite(suite, torture_rpc_samr_passwords_badpwdcount(suite)); torture_suite_add_suite(suite, torture_rpc_samr_user_privileges(suite)); torture_suite_add_suite(suite, torture_rpc_samr_large_dc(suite)); torture_suite_add_suite(suite, torture_rpc_epmapper(suite)); |