Changeset 746 for vendor/current/docs-xml/smbdotconf/protocol
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- Location:
- vendor/current/docs-xml/smbdotconf/protocol
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.