summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-06-26 16:53:51 +0200
committerGünther Deschner <gd@samba.org>2009-06-29 14:40:08 +0200
commit50bb4bcc5b271ca2c321b0d0306f0c04afb604a7 (patch)
tree32bca97667630178aef782f80ddd48fe10159a4a /source4/torture/rpc/rpc.c
parentec5c83c0dba28516d5c92f57dd7c88c99b17d4ab (diff)
downloadsamba-50bb4bcc5b271ca2c321b0d0306f0c04afb604a7.tar.gz
samba-50bb4bcc5b271ca2c321b0d0306f0c04afb604a7.tar.bz2
samba-50bb4bcc5b271ca2c321b0d0306f0c04afb604a7.zip
s4-smbtorture: add RPC-SAMR-MACHINE-AUTH test.
This test talks to a DC as a joined workstation member - in the same way winbindd does, in particular the calls used in this test's query pattern will all request for SEC_FLAG_MAXIMUM_ALLOWED access_mask (which pretty much all of samba's client code does as well). In fact this test verifies that winbind can correctly talk to a samba dc using samr dcerpc calls. 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 d7aafefda1..4043562ab5 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -457,6 +457,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_suite(suite, torture_rpc_srvsvc(suite));
torture_suite_add_suite(suite, torture_rpc_svcctl(suite));
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_user_privileges(suite));
torture_suite_add_suite(suite, torture_rpc_samr_large_dc(suite));