summaryrefslogtreecommitdiff
path: root/source4/setup/provision
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-04-14 19:09:57 +0200
committerAndrew Tridgell <tridge@samba.org>2008-04-14 19:09:57 +0200
commit9cd04363f56ba5ee4f8b1ffaf662fe81cc995e99 (patch)
treea874b8a4be6dfea41f9cb88aecd5fcff55835c7b /source4/setup/provision
parent79af7ff2f7f6fabe8a2a48386088228096e218b4 (diff)
downloadsamba-9cd04363f56ba5ee4f8b1ffaf662fe81cc995e99.tar.gz
samba-9cd04363f56ba5ee4f8b1ffaf662fe81cc995e99.tar.bz2
samba-9cd04363f56ba5ee4f8b1ffaf662fe81cc995e99.zip
make the SMB2 negotiated read and write size settable in smb.conf
parametic options: smb2:max read size = NNN smb2:max write size = NNN The defaults are 65536, which is what Vista sets, and what we previously set (This used to be commit 9e60164cae42b5dd95720e48301a2ac57e95482a)
Diffstat (limited to 'source4/setup/provision')
-rwxr-xr-xsource4/setup/provision2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/setup/provision b/source4/setup/provision
index 259bd814a4..b748dab339 100755
--- a/source4/setup/provision
+++ b/source4/setup/provision
@@ -35,6 +35,8 @@ from samba.provision import (provision,
FILL_FULL, FILL_NT4SYNC,
FILL_DRS)
+# how do we make this case insensitive??
+
parser = optparse.OptionParser("provision [options]")
sambaopts = options.SambaOptions(parser)
parser.add_option_group(sambaopts)