Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs/manpages/smbd.8

    r860 r988  
    22.\"     Title: smbd
    33.\"    Author: [see the "AUTHOR" section]
    4 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
    5 .\"      Date: 09/18/2013
     4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
     5.\"      Date: 05/02/2016
    66.\"    Manual: System Administration tools
    7 .\"    Source: Samba 3.6
     7.\"    Source: Samba 4.4
    88.\"  Language: English
    99.\"
    10 .TH "SMBD" "8" "09/18/2013" "Samba 3\&.6" "System Administration tools"
     10.TH "SMBD" "8" "05/02/2016" "Samba 4\&.4" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * Define some portability stuff
     
    3232.SH "SYNOPSIS"
    3333.HP \w'\ 'u
    34 smbd [\-D] [\-F] [\-S] [\-i] [\-h] [\-V] [\-b] [\-d\ <debug\ level>] [\-l\ <log\ directory>] [\-p\ <port\ number(s)>] [\-P\ <profiling\ level>] [\-O\ <socket\ option>] [\-s\ <configuration\ file>]
     34smbd [\-D|\-\-daemon] [\-F|\-\-foreground] [\-S|\-\-log\-stdout] [\-i|\-\-interactive] [\-V] [\-b|\-\-build\-options] [\-d\ <debug\ level>] [\-l|\-\-log\-basename\ <log\ directory>] [\-p\ <port\ number(s)>] [\-P\ <profiling\ level>] [\-s\ <configuration\ file>] [\-\-no\-process\-group]
    3535.SH "DESCRIPTION"
    3636.PP
     
    5656.SH "OPTIONS"
    5757.PP
    58 \-D
     58\-D|\-\-daemon
    5959.RS 4
    6060If specified, this parameter causes the server to operate as a daemon\&. That is, it detaches itself and runs in the background, fielding requests on the appropriate port\&. Operating the server as a daemon is the recommended way of running
     
    6565.RE
    6666.PP
    67 \-F
     67\-F|\-\-foreground
    6868.RS 4
    6969If specified, this parameter causes the main
     
    8080.RE
    8181.PP
    82 \-S
     82\-S|\-\-log\-stdout
    8383.RS 4
    8484If specified, this parameter causes
     
    8787.RE
    8888.PP
    89 \-i
     89\-i|\-\-interactive
    9090.RS 4
    9191If this parameter is specified it causes the server to run "interactively", not as a daemon, even if the server is executed on the command line of a shell\&. Setting this parameter negates the implicit daemon mode when run from the command line\&.
    9292smbd
    93 also logs to standard output, as if the
     93will only accept one connection and terminate\&. It will also log to standard output, as if the
    9494\-S
    9595parameter had been given\&.
    9696.RE
    9797.PP
    98 \-d|\-\-debuglevel=level
    99 .RS 4
    100 \fIlevel\fR
    101 is an integer from 0 to 10\&. The default value if this parameter is not specified is 0\&.
    102 .sp
    103 The higher this value, the more detail will be logged to the log files about the activities of the server\&. At level 0, only critical errors and serious warnings will be logged\&. Level 1 is a reasonable level for day\-to\-day running \- it generates a small amount of information about operations carried out\&.
    104 .sp
    105 Levels above 1 will generate considerable amounts of log data, and should only be used when investigating a problem\&. Levels above 3 are designed for use only by developers and generate HUGE amounts of log data, most of which is extremely cryptic\&.
    106 .sp
    107 Note that specifying this parameter here will override the
    108 \m[blue]\fBlog level\fR\m[]
    109 parameter in the
    110 smb\&.conf
    111 file\&.
    112 .RE
    113 .PP
    114 \-V|\-\-version
    115 .RS 4
    116 Prints the program version number\&.
    117 .RE
    118 .PP
    119 \-s|\-\-configfile <configuration file>
    120 .RS 4
    121 The file specified contains the configuration details required by the server\&. The information in this file includes server\-specific information such as what printcap file to use, as well as descriptions of all the services that the server is to provide\&. See
    122 smb\&.conf
    123 for more information\&. The default configuration file name is determined at compile time\&.
    124 .RE
    125 .PP
    126 \-l|\-\-log\-basename=logdirectory
    127 .RS 4
    128 Base directory name for log/debug files\&. The extension
    129 \fB"\&.progname"\fR
    130 will be appended (e\&.g\&. log\&.smbclient, log\&.smbd, etc\&.\&.\&.)\&. The log file is never removed by the client\&.
    131 .RE
    132 .PP
    133 \-h|\-\-help
    134 .RS 4
    135 Print a summary of command line options\&.
    136 .RE
    137 .PP
    138 \-b
     98\-\-no\-process\-group
     99.RS 4
     100Do not create a new process group for smbd\&.
     101.RE
     102.PP
     103\-b|\-\-build\-options
    139104.RS 4
    140105Prints information about how Samba was built\&.
     
    147112\m[blue]\fBports\fR\m[]
    148113parameter in
    149 smb\&.conf
    150114.sp
    151115The default ports are 139 (used for SMB over NetBIOS over TCP) and port 445 (used for plain SMB over TCP)\&.
     
    208172.PP
    209173Samba uses PAM for authentication (when presented with a plaintext password), for account checking (is this account disabled?) and for session management\&. The degree too which samba supports PAM is restricted by the limitations of the SMB protocol and the
    210 \m[blue]\fBobey pam restrictions\fR\m[]
    211 \fBsmb.conf\fR(5)
     174\m[blue]\fBobey pam restrictions\fR\m[]\fBsmb.conf\fR(5)
    212175parameter\&. When this is set, the following restrictions apply:
    213176.sp
     
    265228.RE
    266229.PP
    267 connections\&.tdb
     230gencache\&.tdb
     231.RS 4
     232generic caching db
     233.RE
     234.PP
     235group_mapping\&.tdb*
     236.RS 4
     237group mapping information
     238.RE
     239.PP
     240locking\&.tdb
     241.RS 4
     242share modes & oplocks
     243.RE
     244.PP
     245login_cache\&.tdb*
     246.RS 4
     247bad pw attempts
     248.RE
     249.PP
     250messages\&.tdb
     251.RS 4
     252Samba messaging system
     253.RE
     254.PP
     255netsamlogon_cache\&.tdb*
     256.RS 4
     257cache of user net_info_3 struct from net_samlogon() request (as a domain member)
     258.RE
     259.PP
     260ntdrivers\&.tdb*
     261.RS 4
     262installed printer drivers
     263.RE
     264.PP
     265ntforms\&.tdb*
     266.RS 4
     267installed printer forms
     268.RE
     269.PP
     270ntprinters\&.tdb*
     271.RS 4
     272installed printer information
     273.RE
     274.PP
     275printing/
     276.RS 4
     277directory containing tdb per print queue of cached lpq output
     278.RE
     279.PP
     280registry\&.tdb
     281.RS 4
     282Windows registry skeleton (connect via regedit\&.exe)
     283.RE
     284.PP
     285smbXsrv_session_global\&.tdb
     286.RS 4
     287session information (e\&.g\&. support for \*(Aqutmp = yes\*(Aq)
     288.RE
     289.PP
     290smbXsrv_tcon_global\&.tdb
    268291.RS 4
    269292share connections (used to enforce max connections, etc\&.\&.\&.)
    270293.RE
    271294.PP
    272 gencache\&.tdb
    273 .RS 4
    274 generic caching db
    275 .RE
    276 .PP
    277 group_mapping\&.tdb*
    278 .RS 4
    279 group mapping information
    280 .RE
    281 .PP
    282 locking\&.tdb
    283 .RS 4
    284 share modes & oplocks
    285 .RE
    286 .PP
    287 login_cache\&.tdb*
    288 .RS 4
    289 bad pw attempts
    290 .RE
    291 .PP
    292 messages\&.tdb
    293 .RS 4
    294 Samba messaging system
    295 .RE
    296 .PP
    297 netsamlogon_cache\&.tdb*
    298 .RS 4
    299 cache of user net_info_3 struct from net_samlogon() request (as a domain member)
    300 .RE
    301 .PP
    302 ntdrivers\&.tdb*
    303 .RS 4
    304 installed printer drivers
    305 .RE
    306 .PP
    307 ntforms\&.tdb*
    308 .RS 4
    309 installed printer forms
    310 .RE
    311 .PP
    312 ntprinters\&.tdb*
    313 .RS 4
    314 installed printer information
    315 .RE
    316 .PP
    317 printing/
    318 .RS 4
    319 directory containing tdb per print queue of cached lpq output
    320 .RE
    321 .PP
    322 registry\&.tdb
    323 .RS 4
    324 Windows registry skeleton (connect via regedit\&.exe)
    325 .RE
    326 .PP
    327 sessionid\&.tdb
    328 .RS 4
    329 session information (e\&.g\&. support for \*(Aqutmp = yes\*(Aq)
     295smbXsrv_open_global\&.tdb
     296.RS 4
     297open file handles (used durable handles, etc\&.\&.\&.)
    330298.RE
    331299.PP
     
    360328smbd
    361329process it is recommended that
    362 SIGKILL (\-9)
    363 \fINOT\fR
     330SIGKILL (\-9)\fINOT\fR
    364331be used, except as a last resort, as this may leave the shared memory area in an inconsistent state\&. The safe way to terminate an
    365332smbd
     
    383350\fBsmb.conf\fR(5),
    384351\fBsmbclient\fR(1),
    385 \fBtestparm\fR(1),
    386 \fBtestprns\fR(1), and the Internet RFC\*(Aqs
     352\fBtestparm\fR(1), and the Internet RFC\*(Aqs
    387353rfc1001\&.txt,
    388354rfc1002\&.txt\&. In addition the CIFS (formerly SMB) specification is available as a link from the Web page
Note: See TracChangeset for help on using the changeset viewer.