Changeset 988 for vendor/current/docs-xml/manpages/winbindd.8.xml
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- 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 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">System Administration tools</refmiscinfo> 10 <refmiscinfo class="version"> 3.6</refmiscinfo>10 <refmiscinfo class="version">4.4</refmiscinfo> 11 11 </refmeta> 12 12 … … 21 21 <cmdsynopsis> 22 22 <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> 27 27 <arg choice="opt">-d <debug level></arg> 28 28 <arg choice="opt">-s <smb config file></arg> 29 <arg choice="opt">-n</arg> 29 <arg choice="opt">-n|--no-caching</arg> 30 <arg choice="opt">--no-process-group</arg> 30 31 </cmdsynopsis> 31 32 </refsynopsisdiv> … … 136 137 <variablelist> 137 138 <varlistentry> 138 <term>-D </term>139 <term>-D|--daemon</term> 139 140 <listitem><para>If specified, this parameter causes 140 141 the server to operate as a daemon. That is, it detaches … … 146 147 147 148 <varlistentry> 148 <term>-F </term>149 <term>-F|--foreground</term> 149 150 <listitem><para>If specified, this parameter causes 150 151 the main <command>winbindd</command> process to not daemonize, … … 161 162 162 163 <varlistentry> 163 <term>-S </term>164 <term>-S|--stdout</term> 164 165 <listitem><para>If specified, this parameter causes 165 166 <command>winbindd</command> to log to standard output rather … … 169 170 &stdarg.server.debug; 170 171 &popt.common.samba; 171 & stdarg.help;172 173 <varlistentry> 174 <term>-i </term>172 &popt.autohelp; 173 174 <varlistentry> 175 <term>-i|--interactive</term> 175 176 <listitem><para>Tells <command>winbindd</command> to not 176 177 become a daemon and detach from the current terminal. This … … 183 184 184 185 <varlistentry> 185 <term>-n </term>186 <listitem><para>Disable caching. This means winbindd will187 alwayshave to wait for a response from the domain controller186 <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 188 189 before it can respond to a client and this thus makes things 189 190 slower. The results will however be more accurate, since 190 191 results from the cache might not be up-to-date. This 191 192 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. 192 201 </para></listitem> 193 202 </varlistentry> … … 363 372 machine, unless a shared <smbconfoption name="idmap config * : backend"/> is configured.</para> 364 373 365 <para>If the theWindows NT SID to UNIX user and group id mapping374 <para>If the Windows NT SID to UNIX user and group id mapping 366 375 file is damaged or destroyed then the mappings will be lost. </para> 367 376 </refsect1>
Note:
See TracChangeset
for help on using the changeset viewer.