Changeset 746 for vendor/current/docs-xml/smbdotconf
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- Location:
- vendor/current/docs-xml/smbdotconf
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/smbdotconf/filename/casesensitive.xml
r414 r746 9 9 </description> 10 10 11 <value type="default"> no</value>11 <value type="default">auto</value> 12 12 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/filename/maxstatcachesize.xml
r414 r746 10 10 the number of kilobyte (1024) units the stat cache can use. 11 11 A value of zero, meaning unlimited, is not advisable due to 12 increased memory us eage. You should not need to change this12 increased memory usage. You should not need to change this 13 13 parameter. 14 14 </para> -
vendor/current/docs-xml/smbdotconf/misc/widelinks.xml
r414 r746 18 18 <smbconfoption name="unix extensions"/> option is on. 19 19 </para> 20 <para> 21 See the parameter <smbconfoption name="allow insecure wide links"/> 22 if you wish to change this coupling between the two parameters. 23 </para> 20 24 </description> 21 25 -
vendor/current/docs-xml/smbdotconf/protocol/nameresolveorder.xml
r414 r746 66 66 </description> 67 67 68 <value type="default">lmhosts host winsbcast</value>68 <value type="default">lmhosts wins host bcast</value> 69 69 <value type="example">lmhosts bcast host</value> 70 70 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/protocol/profileacls.xml
r414 r746 26 26 user to access the profile. 27 27 </para> 28 28 29 29 <para> 30 30 Note that if you have multiple users logging … … 36 36 tree to the owning user. 37 37 </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 38 44 </description> 39 45 -
vendor/current/docs-xml/smbdotconf/protocol/smb2maxcredits.xml
r740 r746 12 12 </description> 13 13 14 <value type="default"> 128</value>14 <value type="default">8192</value> 15 15 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/protocol/smb2maxread.xml
r740 r746 9 9 size that may be returned by a single SMB2 read call. 10 10 </para> 11 <para>The default is 1048576 bytes (1MB), which is the same as a Windows7SMB2 server.</para>11 <para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para> 12 12 </description> 13 13 14 14 <related>smb2 max write</related> 15 15 <related>smb2 max trans</related> 16 <value type="default"> 1048576</value>16 <value type="default">65536</value> 17 17 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/protocol/smb2maxtrans.xml
r740 r746 9 9 size of buffer that may be used in querying file meta-data via QUERY_INFO and related SMB2 calls. 10 10 </para> 11 <para>The default is 1048576 bytes (1MB), which is the same as a Windows7SMB2 server.</para>11 <para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para> 12 12 </description> 13 13 14 14 <related>smb2 max read</related> 15 15 <related>smb2 max write</related> 16 <value type="default"> 1048576</value>16 <value type="default">65536</value> 17 17 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/protocol/smb2maxwrite.xml
r740 r746 9 9 size that may be sent to the server by a single SMB2 write call. 10 10 </para> 11 <para>The default is 1048576 bytes (1MB), which is the same as a Windows7SMB2 server.</para>11 <para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para> 12 12 </description> 13 13 14 14 <related>smb2 max read</related> 15 15 <related>smb2 max trans</related> 16 <value type="default"> 1048576</value>16 <value type="default">65536</value> 17 17 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/protocol/unixextensions.xml
r414 r746 15 15 parameter will automatically be disabled. 16 16 </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> 17 21 </description> 18 22 -
vendor/current/docs-xml/smbdotconf/security/serversigning.xml
r414 r746 6 6 <description> 7 7 8 <para>This controls whether the client is allowed or required to use SMB signing. Possible values9 are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis> 10 and <emphasis>disabled</emphasis>. 8 <para>This controls whether the client is allowed or required to use SMB1 and SMB2 signing. Possible values 9 are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis> 10 and <emphasis>disabled</emphasis>. 11 11 </para> 12 12 13 <para>When set to auto, SMB signing is offered, but not enforced. 14 When set to mandatory, SMB signing is required and if set 15 to disabled, SMB signing is not offered either.</para> 13 <para>When set to auto, SMB1 signing is offered, but not enforced. 14 When set to mandatory, SMB1 signing is required and if set 15 to disabled, SMB signing is not offered either.</para> 16 17 <para>For the SMB2 protocol, by design, signing cannot be disabled. In the case 18 where SMB2 is negotiated, if this parameter is set to <emphasis>disabled</emphasis>, 19 it will be treated as <emphasis>auto</emphasis>. Setting it to <emphasis>mandatory</emphasis> 20 will still require SMB2 clients to use signing.</para> 16 21 </description> 17 22
Note:
See TracChangeset
for help on using the changeset viewer.