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

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs/manpages/smb.conf.5

    r740 r746  
    33.\"    Author: [see the "AUTHOR" section]
    44.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
    5 .\"      Date: 08/08/2011
     5.\"      Date: 10/29/2012
    66.\"    Manual: File Formats and Conventions
    77.\"    Source: Samba 3.6
    88.\"  Language: English
    99.\"
    10 .TH "SMB\&.CONF" "5" "08/08/2011" "Samba 3\&.6" "File Formats and Conventions"
     10.TH "SMB\&.CONF" "5" "10/29/2012" "Samba 3\&.6" "File Formats and Conventions"
    1111.\" -----------------------------------------------------------------
    1212.\" * set default formatting
     
    13601360Example:
    13611361\fI\fIallocation roundup size\fR\fR\fI = \fR\fI0 # (to disable roundups)\fR\fI \fR
     1362.RE
     1363
     1364allow insecure wide links (G)
     1365.\" allow insecure wide links
     1366.PP
     1367.RS 4
     1368In normal operation the option
     1369\m[blue]\fBwide links\fR\m[]
     1370which allows the server to follow symlinks outside of a share path is automatically disabled when
     1371\m[blue]\fBunix extensions\fR\m[]
     1372are enabled on a Samba server\&. This is done for security purposes to prevent UNIX clients creating symlinks to areas of the server file system that the administrator does not wish to export\&.
     1373.sp
     1374Setting
     1375\m[blue]\fBallow insecure wide links\fR\m[]
     1376to true disables the link between these two parameters, removing this protection and allowing a site to configure the server to follow symlinks (by setting
     1377\m[blue]\fBwide links\fR\m[]
     1378to "true") even when
     1379\m[blue]\fBunix extensions\fR\m[]
     1380is turned on\&.
     1381.sp
     1382If is not recommended to enable this option unless you fully understand the implications of allowing the server to follow symbolic links created by UNIX clients\&. For most normal Samba configurations this would be considered a security hole and setting this parameter is not recommended\&.
     1383.sp
     1384This option was added at the request of sites who had deliberately set Samba up in this way and needed to continue supporting this functionality without having to patch the Samba code\&.
     1385.sp
     1386Default:
     1387\fI\fIallow insecure wide links\fR\fR\fI = \fR\fIno\fR\fI \fR
    13621388.RE
    13631389
     
    16631689.sp
    16641690Default:
    1665 \fI\fIcase sensitive\fR\fR\fI = \fR\fIno\fR\fI \fR
     1691\fI\fIcase sensitive\fR\fR\fI = \fR\fIauto\fR\fI \fR
    16661692.RE
    16671693
     
    64076433This parameter limits the size in memory of any
    64086434\fIstat cache\fR
    6409 being used to speed up case insensitive name mappings\&. It represents the number of kilobyte (1024) units the stat cache can use\&. A value of zero, meaning unlimited, is not advisable due to increased memory useage\&. You should not need to change this parameter\&.
     6435being used to speed up case insensitive name mappings\&. It represents the number of kilobyte (1024) units the stat cache can use\&. A value of zero, meaning unlimited, is not advisable due to increased memory usage\&. You should not need to change this parameter\&.
    64106436.sp
    64116437Default:
     
    67566782.sp
    67576783Default:
    6758 \fI\fIname resolve order\fR\fR\fI = \fR\fIlmhosts host wins bcast\fR\fI \fR
     6784\fI\fIname resolve order\fR\fR\fI = \fR\fIlmhosts wins host bcast\fR\fI \fR
    67596785.sp
    67606786Example:
     
    80318057Note that if you have multiple users logging on to a workstation then in order to prevent them from being able to access each others profiles you must remove the "Bypass traverse checking" advanced user right\&. This will prevent access to other users profile directories as the top level profile directory (named after the user) is created by the workstation profile code and has an ACL restricting entry to the directory tree to the owning user\&.
    80328058.sp
     8059Note that this parameter should be set to yes on dedicated profile shares only\&. On other shares, it might cause incorrect file ownerships\&.
     8060.sp
    80338061Default:
    80348062\fI\fIprofile acls\fR\fR\fI = \fR\fIno\fR\fI \fR
     
    88498877.PP
    88508878.RS 4
    8851 This controls whether the client is allowed or required to use SMB signing\&. Possible values are
     8879This controls whether the client is allowed or required to use SMB1 and SMB2 signing\&. Possible values are
    88528880\fIauto\fR,
    88538881\fImandatory\fR
     
    88558883\fIdisabled\fR\&.
    88568884.sp
    8857 When set to auto, SMB signing is offered, but not enforced\&. When set to mandatory, SMB signing is required and if set to disabled, SMB signing is not offered either\&.
     8885When set to auto, SMB1 signing is offered, but not enforced\&. When set to mandatory, SMB1 signing is required and if set to disabled, SMB signing is not offered either\&.
     8886.sp
     8887For the SMB2 protocol, by design, signing cannot be disabled\&. In the case where SMB2 is negotiated, if this parameter is set to
     8888\fIdisabled\fR, it will be treated as
     8889\fIauto\fR\&. Setting it to
     8890\fImandatory\fR
     8891will still require SMB2 clients to use signing\&.
    88588892.sp
    88598893Default:
     
    92679301.sp
    92689302Default:
    9269 \fI\fIsmb2 max credits\fR\fR\fI = \fR\fI128\fR\fI \fR
     9303\fI\fIsmb2 max credits\fR\fR\fI = \fR\fI8192\fR\fI \fR
    92709304.RE
    92719305
     
    92789312will return to a client, informing the client of the largest size that may be returned by a single SMB2 read call\&.
    92799313.sp
    9280 The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server\&.
    9281 .sp
    9282 Default:
    9283 \fI\fIsmb2 max read\fR\fR\fI = \fR\fI1048576\fR\fI \fR
     9314The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server\&.
     9315.sp
     9316Default:
     9317\fI\fIsmb2 max read\fR\fR\fI = \fR\fI65536\fR\fI \fR
    92849318.RE
    92859319
     
    92929326will return to a client, informing the client of the largest size of buffer that may be used in querying file meta\-data via QUERY_INFO and related SMB2 calls\&.
    92939327.sp
    9294 The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server\&.
    9295 .sp
    9296 Default:
    9297 \fI\fIsmb2 max trans\fR\fR\fI = \fR\fI1048576\fR\fI \fR
     9328The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server\&.
     9329.sp
     9330Default:
     9331\fI\fIsmb2 max trans\fR\fR\fI = \fR\fI65536\fR\fI \fR
    92989332.RE
    92999333
     
    93069340will return to a client, informing the client of the largest size that may be sent to the server by a single SMB2 write call\&.
    93079341.sp
    9308 The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server\&.
    9309 .sp
    9310 Default:
    9311 \fI\fIsmb2 max write\fR\fR\fI = \fR\fI1048576\fR\fI \fR
     9342The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server\&.
     9343.sp
     9344Default:
     9345\fI\fIsmb2 max write\fR\fR\fI = \fR\fI65536\fR\fI \fR
    93129346.RE
    93139347
     
    98059839parameter will automatically be disabled\&.
    98069840.sp
     9841See the parameter
     9842\m[blue]\fBallow insecure wide links\fR\m[]
     9843if you wish to change this coupling between the two parameters\&.
     9844.sp
    98079845Default:
    98089846\fI\fIunix extensions\fR\fR\fI = \fR\fIyes\fR\fI \fR
     
    1039910437\m[blue]\fBunix extensions\fR\m[]
    1040010438option is on\&.
     10439.sp
     10440See the parameter
     10441\m[blue]\fBallow insecure wide links\fR\m[]
     10442if you wish to change this coupling between the two parameters\&.
    1040110443.sp
    1040210444Default:
Note: See TracChangeset for help on using the changeset viewer.