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/smbcontrol.1.xml

    r860 r988  
    88        <refmiscinfo class="source">Samba</refmiscinfo>
    99        <refmiscinfo class="manual">User Commands</refmiscinfo>
    10         <refmiscinfo class="version">3.6</refmiscinfo>
     10        <refmiscinfo class="version">4.4</refmiscinfo>
    1111</refmeta>
    1212
     
    2020        <cmdsynopsis>
    2121                <command>smbcontrol</command>
    22                 <arg>-i</arg>
    2322                <arg>-s</arg>
     23                <arg>-t|--timeout</arg>
    2424        </cmdsynopsis>
    2525       
     
    5050
    5151        <variablelist>
    52                 &stdarg.help;
     52                &popt.autohelp;
    5353                &stdarg.configfile;
    54                 <varlistentry>
    55                 <term>-i</term>
    56                 <listitem><para>Run interactively. Individual commands
    57                 of the form destination message-type parameters can be entered
    58                 on STDIN. An empty command line or a "q" will quit the
    59                 program.</para></listitem>
     54                &popt.common.samba.client;
     55                <varlistentry>
     56                <term>-t|--timeout</term>
     57                <listitem><para>
     58                                Set timeout to seconds.
     59                </para></listitem>
    6060                </varlistentry>
    6161
    6262                <varlistentry>
    6363                <term>destination</term>
    64                 <listitem><para>One of <parameter>nmbd</parameter>, <parameter>smbd</parameter> or a process ID.</para>
     64                <listitem><para>One of <parameter>nmbd</parameter>,
     65                <parameter>smbd</parameter>, <parameter>winbindd</parameter>
     66                or a process ID.</para>
    6567
    6668                <para>The <parameter>all</parameter> destination causes the
     
    130132
    131133        <varlistentry>
     134        <term>kill-client-ip</term>
     135        <listitem><para>Order smbd to close the client connections from a
     136        given IP address. This message-type takes an argument of the IP
     137        address from which client connections will be closed. This message
     138        can only be sent to <constant>smbd</constant>.</para>
     139        </listitem>
     140        </varlistentry>
     141
     142        <varlistentry>
    132143        <term>force-election</term>
    133144        <listitem><para>This message causes the <command>nmbd</command> daemon to
     
    224235
    225236        <varlistentry>
    226         <term>samsync</term>
    227         <listitem><para>Order smbd to synchronise sam database from PDC (being BDC). Can only be sent to <constant>smbd</constant>. </para>
    228         <note><para>Not working at the moment</para></note>
    229         </listitem>
    230         </varlistentry>
    231 
    232         <varlistentry>
    233         <term>samrepl</term>
    234         <listitem><para>Send sam replication message, with specified serial. Can only be sent to <constant>smbd</constant>. Should not be used manually.</para></listitem>
    235         </varlistentry>
    236 
    237         <varlistentry>
    238237        <term>dmalloc-mark</term>
    239238        <listitem><para>Set a mark for dmalloc. Can be sent to both smbd and nmbd. Only available if samba is built with dmalloc support. </para></listitem>
     
    270269        <listitem><para>Force daemon to reload smb.conf configuration file. Can be sent
    271270        to <constant>smbd</constant>, <constant>nmbd</constant>, or <constant>winbindd</constant>.
     271        </para></listitem>
     272        </varlistentry>
     273
     274        <varlistentry>
     275        <term>reload-printers</term>
     276        <listitem><para>Force smbd to reload printers. Can only be sent to
     277        <constant>smbd</constant>.
    272278        </para></listitem>
    273279        </varlistentry>
     
    299305        </varlistentry>
    300306
     307        <varlistentry>
     308        <term>num-children</term>
     309        <listitem><para>Query the number of smbd child processes. This
     310        message can only be sent
     311        to <constant>smbd</constant>.</para></listitem>
     312        </varlistentry>
     313
    301314</variablelist>
    302315</refsect1>
Note: See TracChangeset for help on using the changeset viewer.