Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

Location:
vendor/current/docs-xml/smbdotconf/protocol
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/smbdotconf/protocol/nameresolveorder.xml

    r414 r746  
    6666</description>
    6767
    68 <value type="default">lmhosts host wins bcast</value>
     68<value type="default">lmhosts wins host bcast</value>
    6969<value type="example">lmhosts bcast host</value>
    7070</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/protocol/profileacls.xml

    r414 r746  
    2626        user to access the profile.
    2727        </para>
    28        
     28
    2929        <para>
    3030        Note that if you have multiple users logging
     
    3636        tree to the owning user.
    3737        </para>
     38
     39        <para>
     40        Note that this parameter should be set to yes on dedicated profile shares only.
     41        On other shares, it might cause incorrect file ownerships.
     42        </para>
     43
    3844</description>
    3945
  • vendor/current/docs-xml/smbdotconf/protocol/smb2maxcredits.xml

    r740 r746  
    1212</description>
    1313
    14 <value type="default">128</value>
     14<value type="default">8192</value>
    1515</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/protocol/smb2maxread.xml

    r740 r746  
    99size that may be returned by a single SMB2 read call.
    1010</para>
    11 <para>The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server.</para>
     11<para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para>
    1212</description>
    1313
    1414<related>smb2 max write</related>
    1515<related>smb2 max trans</related>
    16 <value type="default">1048576</value>
     16<value type="default">65536</value>
    1717</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/protocol/smb2maxtrans.xml

    r740 r746  
    99size of buffer that may be used in querying file meta-data via QUERY_INFO and related SMB2 calls.
    1010</para>
    11 <para>The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server.</para>
     11<para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para>
    1212</description>
    1313
    1414<related>smb2 max read</related>
    1515<related>smb2 max write</related>
    16 <value type="default">1048576</value>
     16<value type="default">65536</value>
    1717</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/protocol/smb2maxwrite.xml

    r740 r746  
    99size that may be sent to the server by a single SMB2 write call.
    1010</para>
    11 <para>The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server.</para>
     11<para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para>
    1212</description>
    1313
    1414<related>smb2 max read</related>
    1515<related>smb2 max trans</related>
    16 <value type="default">1048576</value>
     16<value type="default">65536</value>
    1717</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/protocol/unixextensions.xml

    r414 r746  
    1515    parameter will automatically be disabled.
    1616    </para>
     17    <para>
     18    See the parameter <smbconfoption name="allow insecure wide links"/>
     19    if you wish to change this coupling between the two parameters.
     20    </para>
    1721</description>
    1822
Note: See TracChangeset for help on using the changeset viewer.