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

Location:
vendor/current/docs-xml/manpages
Files:
1 edited
1 moved

Legend:

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

    r860 r988  
    88        <refmiscinfo class="source">Samba</refmiscinfo>
    99        <refmiscinfo class="manual">System Administration tools</refmiscinfo>
    10         <refmiscinfo class="version">3.6</refmiscinfo>
     10        <refmiscinfo class="version">4.4</refmiscinfo>
    1111</refmeta>
    1212
     
    2020        <cmdsynopsis>
    2121                <command>smbd</command>
    22                 <arg choice="opt">-D</arg>
    23                 <arg choice="opt">-F</arg>
    24                 <arg choice="opt">-S</arg>
    25                 <arg choice="opt">-i</arg>
    26                 <arg choice="opt">-h</arg>
     22                <arg choice="opt">-D|--daemon</arg>
     23                <arg choice="opt">-F|--foreground</arg>
     24                <arg choice="opt">-S|--log-stdout</arg>
     25                <arg choice="opt">-i|--interactive</arg>
    2726                <arg choice="opt">-V</arg>
    28                 <arg choice="opt">-b</arg>
     27                <arg choice="opt">-b|--build-options</arg>
    2928                <arg choice="opt">-d &lt;debug level&gt;</arg>
    30                 <arg choice="opt">-l &lt;log directory&gt;</arg>
     29                <arg choice="opt">-l|--log-basename &lt;log directory&gt;</arg>
    3130                <arg choice="opt">-p &lt;port number(s)&gt;</arg>
    3231                <arg choice="opt">-P &lt;profiling level&gt;</arg>
    33                 <arg choice="opt">-O &lt;socket option&gt;</arg>
    3432                <arg choice="opt">-s &lt;configuration file&gt;</arg>
     33                <arg choice="opt">--no-process-group</arg>
    3534        </cmdsynopsis>
    3635</refsynopsisdiv>
     
    8281        <variablelist>
    8382                <varlistentry>
    84                 <term>-D</term>
     83                <term>-D|--daemon</term>
    8584                <listitem><para>If specified, this parameter causes
    8685                the server to operate as a daemon. That is, it detaches
     
    9594
    9695                <varlistentry>
    97                 <term>-F</term>
     96                <term>-F|--foreground</term>
    9897                <listitem><para>If specified, this parameter causes
    9998                the main <command>smbd</command> process to not daemonize,
     
    110109
    111110                <varlistentry>
    112                 <term>-S</term>
     111                <term>-S|--log-stdout</term>
    113112                <listitem><para>If specified, this parameter causes
    114113                <command>smbd</command> to log to standard output rather
     
    117116
    118117                <varlistentry>
    119                 <term>-i</term>
     118                <term>-i|--interactive</term>
    120119                <listitem><para>If this parameter is specified it causes the
    121120                server to run "interactively", not as a daemon, even if the
    122121                server is executed on the command line of a shell. Setting this
    123122                parameter negates the implicit daemon mode when run from the
    124                 command line. <command>smbd</command> also logs to standard
    125                 output, as if the <command>-S</command> parameter had been
    126                 given.
    127                 </para></listitem>
    128                 </varlistentry>
    129                
     123                command line. <command>smbd</command> will only accept one
     124                connection and terminate. It will also log to standard output,
     125                as if the <command>-S</command> parameter had been given.
     126                </para></listitem>
     127                </varlistentry>
     128
    130129                &stdarg.server.debug;
    131130                &popt.common.samba;
    132                 &stdarg.help;
    133 
    134                 <varlistentry>
    135                 <term>-b</term>
     131                &popt.autohelp;
     132
     133                <varlistentry>
     134                <term>--no-process-group</term>
     135                <listitem><para>Do not create a new process group for smbd.
     136                </para></listitem>
     137                </varlistentry>
     138
     139                <varlistentry>
     140                <term>-b|--build-options</term>
    136141                <listitem><para>Prints information about how
    137142                Samba was built.</para></listitem>
     
    310315</varlistentry>
    311316
    312 <varlistentry><term>connections.tdb</term>
    313 <listitem><para>share connections (used to enforce max connections, etc...)</para></listitem>
    314 </varlistentry>
    315 
    316317<varlistentry><term>gencache.tdb</term>
    317318<listitem><para>generic caching db</para></listitem>
     
    358359</varlistentry>
    359360
    360 <varlistentry><term>sessionid.tdb</term>
     361<varlistentry><term>smbXsrv_session_global.tdb</term>
    361362<listitem><para>session information (e.g. support for 'utmp = yes')</para></listitem>
     363</varlistentry>
     364
     365<varlistentry><term>smbXsrv_tcon_global.tdb</term>
     366<listitem><para>share connections (used to enforce max connections, etc...)</para></listitem>
     367</varlistentry>
     368
     369<varlistentry><term>smbXsrv_open_global.tdb</term>
     370<listitem><para>open file handles (used durable handles, etc...)</para></listitem>
    362371</varlistentry>
    363372
     
    418427        <manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>smbclient</refentrytitle>
    419428        <manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>testparm</refentrytitle>
    420         <manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>testprns</refentrytitle>
    421429        <manvolnum>1</manvolnum></citerefentry>, and the
    422430        Internet RFC's  <filename>rfc1001.txt</filename>, <filename>rfc1002.txt</filename>.
Note: See TracChangeset for help on using the changeset viewer.