summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/torture_rpc.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-11-02 17:14:55 +1100
committerAndrew Bartlett <abartlet@samba.org>2010-11-02 22:00:54 +1100
commit41999761f1bd018dd039421e2cfe498e173e2f79 (patch)
tree3b518ad4a84af0b4f1a46981df51085482d828f0 /source4/torture/rpc/torture_rpc.h
parentb8a0eb749fff7c462f4841b12c3977108fba3925 (diff)
downloadsamba-41999761f1bd018dd039421e2cfe498e173e2f79.tar.gz
samba-41999761f1bd018dd039421e2cfe498e173e2f79.tar.bz2
samba-41999761f1bd018dd039421e2cfe498e173e2f79.zip
s4-torture Add tests for DES-only accounts PAC behaviour/validation.
Previously we didn't support DES-only in a Samba4 domain. This is important for some legacy systems that have not yet migrated from this weak crypto. Andrew Bartlett
Diffstat (limited to 'source4/torture/rpc/torture_rpc.h')
-rw-r--r--source4/torture/rpc/torture_rpc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/torture/rpc/torture_rpc.h b/source4/torture/rpc/torture_rpc.h
index 8640b56720..2f65baa64f 100644
--- a/source4/torture/rpc/torture_rpc.h
+++ b/source4/torture/rpc/torture_rpc.h
@@ -64,6 +64,12 @@ struct torture_rpc_tcase *torture_suite_add_anon_rpc_iface_tcase(struct torture_
const char *name,
const struct ndr_interface_table *table);
+struct torture_test *torture_rpc_tcase_add_test_join(
+ struct torture_rpc_tcase *tcase,
+ const char *name,
+ bool (*fn) (struct torture_context *, struct dcerpc_pipe *,
+ struct cli_credentials *, struct test_join *));
+
struct torture_test *torture_rpc_tcase_add_test_ex(
struct torture_rpc_tcase *tcase,
const char *name,