summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-10-17 18:26:40 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:14 +0100
commit4e5e316022c96857ed2de1d10e87b12bfdd545d4 (patch)
treeb7d0beb24f43ab161d176c27cd276a925325674f /source4/torture/rpc/rpc.c
parent9f53479997da6768113c347e4e31374328f72835 (diff)
downloadsamba-4e5e316022c96857ed2de1d10e87b12bfdd545d4.tar.gz
samba-4e5e316022c96857ed2de1d10e87b12bfdd545d4.tar.bz2
samba-4e5e316022c96857ed2de1d10e87b12bfdd545d4.zip
r25688: Add a simple test for a samba3 regression
When trying an reqchal/auth2 for an unknown workstation account, we have to return NT_STATUS_NO_TRUST_SAM_ACCOUNT to the auth2. v3-2-test right now returns NT_STATUS_ACCESS_DENIED, which seems to prevent XP from joining a Samba3 PDC. (This used to be commit 99cc861238a33d43ccc4e97cb5ab756c0a097e1d)
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index 19511108b5..c17da561ff 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -419,6 +419,8 @@ NTSTATUS torture_rpc_init(void)
torture_samba3_rpc_sharesec);
torture_suite_add_simple_test(suite, "SAMBA3-GETUSERNAME",
torture_samba3_rpc_getusername);
+ torture_suite_add_simple_test(suite, "SAMBA3-RANDOMAUTH2",
+ torture_samba3_rpc_randomauth2);
torture_suite_add_simple_test(suite, "SAMBA3-LSA", torture_samba3_rpc_lsa);
torture_suite_add_simple_test(suite, "SAMBA3-SPOOLSS", torture_samba3_rpc_spoolss);
torture_suite_add_simple_test(suite, "SAMBA3-WKSSVC", torture_samba3_rpc_wkssvc);