summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 9488c987ec..e3a7d8e5d8 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -4212,8 +4212,9 @@ static struct {
{"RPC-MULTIBIND", torture_multi_bind, 0},
{"RPC-DRSUAPI", torture_rpc_drsuapi, 0},
- /* crypto testers */
- {"CRYPT-NTLMSSP", torture_ntlmssp_self_check, 0},
+ /* local (no server) testers */
+ {"LOCAL-NTLMSSP", torture_ntlmssp_self_check, 0},
+ {"LOCAL-ICONV", torture_local_iconv, 0},
/* ldap testers */
{"LDAP-BASIC", torture_ldap_basic, 0},