summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-27 12:09:39 +0100
committerGünther Deschner <gd@samba.org>2008-11-28 14:09:18 +0100
commit465466e1afa70e0fa1076963ae67a96e9e5b4cbb (patch)
tree6af152a89ce2808a2a629cb240119abf3974b335 /source4/torture/rpc/rpc.c
parent89ad20789cd3e3418cd22dd7b40f72fecf9f4c8d (diff)
downloadsamba-465466e1afa70e0fa1076963ae67a96e9e5b4cbb.tar.gz
samba-465466e1afa70e0fa1076963ae67a96e9e5b4cbb.tar.bz2
samba-465466e1afa70e0fa1076963ae67a96e9e5b4cbb.zip
s4-smbtorture: move test to SAMR-PASSWORDS-PWDLASTSET.
Guenther
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index 7fe5827ea1..7f6b06d000 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -395,6 +395,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_simple_test(suite, "SAMR", torture_rpc_samr);
torture_suite_add_simple_test(suite, "SAMR-USERS", torture_rpc_samr_users);
torture_suite_add_simple_test(suite, "SAMR-PASSWORDS", torture_rpc_samr_passwords);
+ torture_suite_add_simple_test(suite, "SAMR-PASSWORDS-PWDLASTSET", torture_rpc_samr_passwords_pwdlastset);
torture_suite_add_suite(suite, torture_rpc_netlogon(suite));
torture_suite_add_suite(suite, torture_rpc_remote_pac(suite));
torture_suite_add_simple_test(suite, "SAMLOGON", torture_rpc_samlogon);