summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-09 17:32:31 +0100
committerGünther Deschner <gd@samba.org>2009-11-09 17:36:53 +0100
commite9c6984cb62ce8d7d899202c1275d241a605913c (patch)
tree9f18d8eeff8b04917bf71ffab2e269a46bf02a9e /source4/torture/rpc/rpc.c
parenta0b9e40b2c8f88da6a8191b049c71a14838b644e (diff)
downloadsamba-e9c6984cb62ce8d7d899202c1275d241a605913c.tar.gz
samba-e9c6984cb62ce8d7d899202c1275d241a605913c.tar.bz2
samba-e9c6984cb62ce8d7d899202c1275d241a605913c.zip
s4-smbtorture: re-arrange netlogon LogonControl test.
The LogonControl tests now are split out to a new RPC-NETLOGON-ADMIN test that tests the behaviour of that call when called by user, dc or workstation. 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 c8968503f5..71043f0282 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -450,6 +450,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_simple_test(suite, "SAMR-PASSWORDS", torture_rpc_samr_passwords);
torture_suite_add_suite(suite, torture_rpc_netlogon(suite));
torture_suite_add_suite(suite, torture_rpc_netlogon_s3(suite));
+ torture_suite_add_suite(suite, torture_rpc_netlogon_admin(suite));
torture_suite_add_suite(suite, torture_rpc_remote_pac(suite));
torture_suite_add_simple_test(suite, "SAMLOGON", torture_rpc_samlogon);
torture_suite_add_simple_test(suite, "SAMSYNC", torture_rpc_samsync);