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/winbindd.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
     
    2121        <cmdsynopsis>
    2222                <command>winbindd</command>
    23                 <arg choice="opt">-D</arg>
    24                 <arg choice="opt">-F</arg>
    25                 <arg choice="opt">-S</arg>
    26                 <arg choice="opt">-i</arg>
     23                <arg choice="opt">-D|--daemon</arg>
     24                <arg choice="opt">-F|--foreground</arg>
     25                <arg choice="opt">-S|--stdout</arg>
     26                <arg choice="opt">-i|--interactive</arg>
    2727                <arg choice="opt">-d &lt;debug level&gt;</arg>
    2828                <arg choice="opt">-s &lt;smb config file&gt;</arg>
    29                 <arg choice="opt">-n</arg>
     29                <arg choice="opt">-n|--no-caching</arg>
     30                <arg choice="opt">--no-process-group</arg>
    3031        </cmdsynopsis>
    3132</refsynopsisdiv>
     
    136137        <variablelist>
    137138                <varlistentry>
    138                 <term>-D</term>
     139                <term>-D|--daemon</term>
    139140                <listitem><para>If specified, this parameter causes
    140141                the server to operate as a daemon. That is, it detaches
     
    146147
    147148                <varlistentry>
    148                 <term>-F</term>
     149                <term>-F|--foreground</term>
    149150                <listitem><para>If specified, this parameter causes
    150151                the main <command>winbindd</command> process to not daemonize,
     
    161162
    162163                <varlistentry>
    163                 <term>-S</term>
     164                <term>-S|--stdout</term>
    164165                <listitem><para>If specified, this parameter causes
    165166                <command>winbindd</command> to log to standard output rather
     
    169170                &stdarg.server.debug;
    170171                &popt.common.samba;
    171                 &stdarg.help;
    172 
    173                 <varlistentry>
    174                 <term>-i</term>
     172                &popt.autohelp;
     173
     174                <varlistentry>
     175                <term>-i|--interactive</term>
    175176                <listitem><para>Tells <command>winbindd</command> to not
    176177                become a daemon and detach from the current terminal. This
     
    183184
    184185                <varlistentry>
    185                 <term>-n</term>
    186                 <listitem><para>Disable caching. This means winbindd will
    187                 always have to wait for a response from the domain controller
     186                <term>-n|--no-caching</term>
     187                <listitem><para>Disable some caching. This means winbindd will
     188                often have to wait for a response from the domain controller
    188189                before it can respond to a client and this thus makes things
    189190                slower. The results will however be more accurate, since
    190191                results from the cache might not be up-to-date. This
    191192                might also temporarily hang winbindd if the DC doesn't respond.
     193                This does not disable the samlogon cache, which is required for
     194                group membership tracking in trusted environments.
     195                </para></listitem>
     196                </varlistentry>
     197
     198                <varlistentry>
     199                <term>--no-process-group</term>
     200                <listitem><para>Do not create a new process group for winbindd.
    192201                </para></listitem>
    193202                </varlistentry>
     
    363372        machine, unless a shared <smbconfoption name="idmap config * : backend"/> is configured.</para>
    364373
    365         <para>If the the Windows NT SID to UNIX user and group id mapping
     374        <para>If the Windows NT SID to UNIX user and group id mapping
    366375        file is damaged or destroyed then the mappings will be lost. </para>
    367376</refsect1>
Note: See TracChangeset for help on using the changeset viewer.