make the SMB2 negotiated read and write size settable in smb.conf
authorAndrew Tridgell <tridge@samba.org>
Mon, 14 Apr 2008 17:09:57 +0000 (19:09 +0200)
committerAndrew Tridgell <tridge@samba.org>
Mon, 14 Apr 2008 17:09:57 +0000 (19:09 +0200)
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

source/setup/provision

index 259bd814a4be20e07cdd2c48ac4fdb36b947ccbb..b748dab33998cd49dd66ec8579c598ac09bc9032 100755 (executable)
@@ -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)