diff options
author | Michael Adam <obnox@samba.org> | 2010-01-15 18:08:57 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-01-20 17:32:58 +0100 |
commit | 9764db806fe169cc3a3797b6785868922d5d7a80 (patch) | |
tree | 2c91a7ffc4d49955b506c150434f4537f9d0d2c7 /source4/torture/rpc/rpc.c | |
parent | e1e6b19acff6d8ba3b70c3ab474a85de8b6f6a6c (diff) | |
download | samba-9764db806fe169cc3a3797b6785868922d5d7a80.tar.gz samba-9764db806fe169cc3a3797b6785868922d5d7a80.tar.bz2 samba-9764db806fe169cc3a3797b6785868922d5d7a80.zip |
torture: add new test RPC-SAMR-PASSWORDS-LOCKOUT
This tests account lockout features.
Windows 2003r2 and Windows 2008r2 survice this test.
Note: Windows does not set the ACB_AUTOLOCK account flag when it
locks out an account.
One thing that could/should be added to this test is a check of
the lockout time property.
Michael
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 6e2e40d040..1973440c01 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -463,6 +463,7 @@ NTSTATUS torture_rpc_init(void) 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_passwords_lockout(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)); |