summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2012-12-11 09:25:53 +0100
committerStefan Metzmacher <metze@samba.org>2012-12-12 11:29:33 +0100
commitf22efd402adf61842dd0a97e462a097e80d878a4 (patch)
treeef3d3147f1f56d6359195456426c5c380601d930 /source4/torture/rpc/rpc.c
parent014512f56478152972c7cae75e872a48ea18c91d (diff)
downloadsamba-f22efd402adf61842dd0a97e462a097e80d878a4.tar.gz
samba-f22efd402adf61842dd0a97e462a097e80d878a4.tar.bz2
samba-f22efd402adf61842dd0a97e462a097e80d878a4.zip
s4-torture: move samr_ValidatePassword test out of main samr test.
Makes it easier to call with ncacn_ip_tcp transport (Windows does not allow other transports). Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
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 7efc90b33c..ad1e5492d8 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -503,6 +503,7 @@ NTSTATUS torture_rpc_init(void)
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_passwords_validate(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_samr_priv(suite));