summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-11-10 16:50:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:42 -0500
commitf847f3a3e13d2d96f9b74a398047d84b4ad78127 (patch)
treedd73f41e4149a6d19b0aa83ef4f1a445ed23741b /source4/torture/torture.c
parente7810eeab787bb93b36c95f8783d0b8f4c7cf7c0 (diff)
downloadsamba-f847f3a3e13d2d96f9b74a398047d84b4ad78127.tar.gz
samba-f847f3a3e13d2d96f9b74a398047d84b4ad78127.tar.bz2
samba-f847f3a3e13d2d96f9b74a398047d84b4ad78127.zip
r3660: This simulates the logon sequence of a XP login session I'm currently tuning
Samba3/OpenLDAP for. For a concrete situation you have to adapt the domain, pdcname and usernames/passwords. Sorry, not parametrized yet, but this should be doable if necessary. Volker (This used to be commit 02f52058722fc1aea02d4fe237c97404d8e4f491)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index ce8b79943d..878325d448 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2454,6 +2454,7 @@ static struct {
{"RPC-COUNTCALLS", torture_rpc_countcalls, 0},
{"RPC-MULTIBIND", torture_multi_bind, 0},
{"RPC-DRSUAPI", torture_rpc_drsuapi, 0},
+ {"RPC-LOGIN", torture_rpc_login, 0},
/* Distributed COM testers */
{"DCOM-SIMPLE", torture_dcom_simple, 0},