1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00
Andrew Tridgell b53aad11d5 added the "nbench" ntvfs backend. This is used to capture NBENCH load
files, and also serves as an example of how to write a NTVFS filter
module for Samba4.
(This used to be commit 04f8996dd32d92c5df1b6b1b27c6e71e99bc77da)
2004-03-08 07:17:15 +00:00
..

This module provides a way to capture file sharing loads for the
NBENCH benchmark client. It also servers as an example of a NTVFS
filter module.

Here is an example config that passes through to the CIFS NTVFS backend.

[bench]
	ntvfs handler = nbench
	nbench:passthru = cifs
	cifs:server = myserver
	cifs:user = myuser
	cifs:password = mypass
	cifs:domain = MYDOMAIN
	cifs:share = bench