summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.c
diff options
context:
space:
mode:
authorAravind Srinivasan <aravind.srinivasan@isilon.com>2010-06-15 11:21:34 -0700
committerTim Prouty <tprouty@samba.org>2010-06-15 13:48:15 -0700
commit6da487580e9fac388ce3f3a2decaae03d5ae99a5 (patch)
tree634cab534dbbefdfd562db09798baaae0d1f6b93 /source4/torture/smbtorture.c
parent2170a59215d00554b97dc2053eeb6dde38ef3e97 (diff)
downloadsamba-6da487580e9fac388ce3f3a2decaae03d5ae99a5.tar.gz
s4 torture: RAW-SEARCH: break out some of the old search levels
* Added two new parameters: raw_search_search and raw_ea_size which can be enabled/disabled based on whether the server supports RAW_SEARCH_SEARCH and/or RAW_SEARCH_EA_SIZE levels * Skip unsupported levels from the server and give a warning rather than failing. Signed-off-by: Tim Prouty <tprouty@samba.org>
Diffstat (limited to 'source4/torture/smbtorture.c')
-rw-r--r--source4/torture/smbtorture.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c
index d86e8dfe486..4b5eef63f18 100644
--- a/source4/torture/smbtorture.c
+++ b/source4/torture/smbtorture.c
@@ -533,6 +533,8 @@ int main(int argc,char *argv[])
lp_set_cmdline(cmdline_lp_ctx, "torture:writeclose_support", "false");
lp_set_cmdline(cmdline_lp_ctx, "torture:resume_key_support", "false");
lp_set_cmdline(cmdline_lp_ctx, "torture:rewind_support", "false");
+ lp_set_cmdline(cmdline_lp_ctx, "torture:raw_search_search", "false");
+ lp_set_cmdline(cmdline_lp_ctx, "torture:search_ea_size", "false");
}
if (max_runtime) {