diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-04-14 19:09:57 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-04-14 19:09:57 +0200 |
commit | 9cd04363f56ba5ee4f8b1ffaf662fe81cc995e99 (patch) | |
tree | a874b8a4be6dfea41f9cb88aecd5fcff55835c7b /source4/setup/provision | |
parent | 79af7ff2f7f6fabe8a2a48386088228096e218b4 (diff) | |
download | samba-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-x | source4/setup/provision | 2 |
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) |