Ignore:
Timestamp:
Sep 30, 2008, 7:14:08 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/htmldocs/manpages/winbindd.8.html

    r134 r158  
    11<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>winbindd</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="winbindd.8"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>winbindd &#8212; Name Service Switch daemon for resolving names
    2         from NT servers</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="literal">winbindd</code> [-D] [-F] [-S] [-i] [-Y] [-d &lt;debug level&gt;] [-s &lt;smb config file&gt;] [-n]</p></div></div><div class="refsect1" lang="en"><a name="id282746"></a><h2>DESCRIPTION</h2><p>This program is part of the <a class="citerefentry" href="samba.7.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(7)</span></a> suite.</p><p><code class="literal">winbindd</code> is a daemon that provides
     2        from NT servers</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="literal">winbindd</code> [-D] [-F] [-S] [-i] [-Y] [-d &lt;debug level&gt;] [-s &lt;smb config file&gt;] [-n]</p></div></div><div class="refsect1" lang="en"><a name="id290810"></a><h2>DESCRIPTION</h2><p>This program is part of the <a class="citerefentry" href="samba.7.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(7)</span></a> suite.</p><p><code class="literal">winbindd</code> is a daemon that provides
    33        a number of services to the Name Service Switch capability found
    44        in most modern C libraries, to arbitrary applications via PAM
     
    66        service to <code class="literal">smbd</code>, <code class="literal">ntlm_auth</code>
    77        and the <code class="literal">pam_winbind.so</code> PAM module, by managing connections to
    8         domain controllers.  In this configuraiton the
    9         <a class="link" href="smb.conf.5.html#IDMAPUID">idmap uid</a> and
    10         <a class="link" href="smb.conf.5.html#IDMAPGID">idmap gid</a>
    11         parameters are not required. (This is known as `netlogon proxy only mode'.)</p><p> The Name Service Switch allows user
     8        domain controllers.  In this configuration the
     9        <a class="link" href="smb.conf.5.html#IDMAPUID">idmap uid</a> and <a class="link" href="smb.conf.5.html#IDMAPGID">idmap gid</a>
     10        parameters are not required. (This is known as `netlogon proxy only mode'.)</p><p>The Name Service Switch allows user
    1211        and system information to be obtained from different databases
    1312        services such as NIS or DNS.  The exact behaviour can be configured
    14         throught the <code class="filename">/etc/nsswitch.conf</code> file.
     13        through the <code class="filename">/etc/nsswitch.conf</code> file.
    1514        Users and groups are allocated as they are resolved to a range
    1615        of user and group ids specified by the administrator of the
     
    1817        can be used to resolve user and group information from a
    1918        Windows NT server. The service can also provide authentication
    20         services via an associated PAM module. </p><p>
     19        services via an associated PAM module.</p><p>
    2120        The <code class="filename">pam_winbind</code> module supports the
    2221        <em class="parameter"><code>auth</code></em>, <em class="parameter"><code>account</code></em>
    23         and <em class="parameter"><code>password</code></em>
    24         module-types.  It should be noted that the
     22        and <em class="parameter"><code>password</code></em> module-types.  It should be noted that the
    2523        <em class="parameter"><code>account</code></em> module simply performs a getpwnam() to verify that
    2624        the system can obtain a uid for the user, as the domain
     
    4846        </code> and <code class="filename">/etc/group</code> and then from the
    4947        Windows NT server.
    50 </p><pre class="programlisting">
     48        </p><pre class="programlisting">
    5149passwd:         files winbind
    5250group:          files winbind
    53 ## only available on IRIX; Linux users should us libnss_wins.so
    54 hosts:          files dns winbind
     51## only available on IRIX: use winbind to resolve hosts:
     52# hosts:        files dns winbind
     53## All other NSS enabled systems should use libnss_wins.so like this:
     54hosts:          files dns wins
     55
    5556</pre><p>The following simple configuration in the
    5657        <code class="filename">/etc/nsswitch.conf</code> file can be used to initially
     
    5859        WINS server.</p><pre class="programlisting">
    5960hosts:          files wins
    60 </pre></div><div class="refsect1" lang="en"><a name="id324498"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">-F</span></dt><dd><p>If specified, this parameter causes
     61</pre></div><div class="refsect1" lang="en"><a name="id299800"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">-F</span></dt><dd><p>If specified, this parameter causes
    6162                the main <code class="literal">winbindd</code> process to not daemonize,
    6263                i.e. double-fork and disassociate with the terminal.
     
    111112                default behavior is to launch a child process that is responsible for
    112113                updating expired cache entries.
    113                 </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id324720"></a><h2>NAME AND ID RESOLUTION</h2><p>Users and groups on a Windows NT server are assigned
     114                </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id300022"></a><h2>NAME AND ID RESOLUTION</h2><p>Users and groups on a Windows NT server are assigned
    114115        a security id (SID) which is globally unique when the
    115116        user or group is created.  To convert the Windows NT user or group
     
    127128        and group rids. </p><p>See the <a class="link" href="smb.conf.5.html#IDMAPDOMAINS">idmap domains</a> or the old <a class="link" href="smb.conf.5.html#IDMAPBACKEND">idmap backend</a> parameters in
    128129        <code class="filename">smb.conf</code> for options for sharing this
    129         database, such as via LDAP.</p></div><div class="refsect1" lang="en"><a name="id324773"></a><h2>CONFIGURATION</h2><p>Configuration of the <code class="literal">winbindd</code> daemon
     130        database, such as via LDAP.</p></div><div class="refsect1" lang="en"><a name="id300075"></a><h2>CONFIGURATION</h2><p>Configuration of the <code class="literal">winbindd</code> daemon
    130131        is done through configuration parameters in the <a class="citerefentry" href="smb.conf.5.html"><span class="citerefentry"><span class="refentrytitle">smb.conf</span>(5)</span></a> file.  All parameters should be specified in the
    131132        [global] section of smb.conf. </p><div class="itemizedlist"><ul type="disc"><li><p>
     
    144145                instead of LDAP to retrieve information from Domain
    145146                Controllers.
    146                 </p></li></ul></div></div><div class="refsect1" lang="en"><a name="id324918"></a><h2>EXAMPLE SETUP</h2><p>
     147                </p></li></ul></div></div><div class="refsect1" lang="en"><a name="id300220"></a><h2>EXAMPLE SETUP</h2><p>
    147148        To setup winbindd for user and group lookups plus
    148149        authentication from a domain controller use something like the
     
    195196        the DOMAIN+user syntax for the username. You may wish to use the
    196197        commands <code class="literal">getent passwd</code> and <code class="literal">getent group
    197         </code> to confirm the correct operation of winbindd.</p></div><div class="refsect1" lang="en"><a name="id325091"></a><h2>NOTES</h2><p>The following notes are useful when configuring and
     198        </code> to confirm the correct operation of winbindd.</p></div><div class="refsect1" lang="en"><a name="id300393"></a><h2>NOTES</h2><p>The following notes are useful when configuring and
    198199        running <code class="literal">winbindd</code>: </p><p><a class="citerefentry" href="nmbd.8.html"><span class="citerefentry"><span class="refentrytitle">nmbd</span>(8)</span></a> must be running on the local machine
    199200        for <code class="literal">winbindd</code> to work. </p><p>PAM is really easy to misconfigure.  Make sure you know what
     
    203204        be the same.  The user and group ids will only be valid for the local
    204205        machine, unless a shared <a class="link" href="smb.conf.5.html#IDMAPBACKEND">idmap backend</a> is configured.</p><p>If the the Windows NT SID to UNIX user and group id mapping
    205         file is damaged or destroyed then the mappings will be lost. </p></div><div class="refsect1" lang="en"><a name="id325147"></a><h2>SIGNALS</h2><p>The following signals can be used to manipulate the
     206        file is damaged or destroyed then the mappings will be lost. </p></div><div class="refsect1" lang="en"><a name="id300450"></a><h2>SIGNALS</h2><p>The following signals can be used to manipulate the
    206207        <code class="literal">winbindd</code> daemon. </p><div class="variablelist"><dl><dt><span class="term">SIGHUP</span></dt><dd><p>Reload the <a class="citerefentry" href="smb.conf.5.html"><span class="citerefentry"><span class="refentrytitle">smb.conf</span>(5)</span></a> file and
    207208                apply any parameter changes to the running
     
    211212                winbindd</code> to write status information to the winbind
    212213                log file.</p><p>Log files are stored in the filename specified by the
    213                 log file parameter.</p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id325205"></a><h2>FILES</h2><div class="variablelist"><dl><dt><span class="term"><code class="filename">/etc/nsswitch.conf(5)</code></span></dt><dd><p>Name service switch configuration file.</p></dd><dt><span class="term">/tmp/.winbindd/pipe</span></dt><dd><p>The UNIX pipe over which clients communicate with
     214                log file parameter.</p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id300508"></a><h2>FILES</h2><div class="variablelist"><dl><dt><span class="term"><code class="filename">/etc/nsswitch.conf(5)</code></span></dt><dd><p>Name service switch configuration file.</p></dd><dt><span class="term">/tmp/.winbindd/pipe</span></dt><dd><p>The UNIX pipe over which clients communicate with
    214215                the <code class="literal">winbindd</code> program.  For security reasons, the
    215216                winbind client will only attempt to connect to the winbindd daemon
     
    232233                This directory is by default <code class="filename">/usr/local/samba/var/locks
    233234                </code>. </p></dd><dt><span class="term">$LOCKDIR/winbindd_cache.tdb</span></dt><dd><p>Storage for cached user and group information.
    234                 </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id325338"></a><h2>VERSION</h2><p>This man page is correct for version 3.0 of
    235         the Samba suite.</p></div><div class="refsect1" lang="en"><a name="id325349"></a><h2>SEE ALSO</h2><p><code class="filename">nsswitch.conf(5)</code>, <a class="citerefentry" href="samba.7.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(7)</span></a>, <a class="citerefentry" href="wbinfo.1.html"><span class="citerefentry"><span class="refentrytitle">wbinfo</span>(1)</span></a>, <a class="citerefentry" href="ntlm_auth.8.html"><span class="citerefentry"><span class="refentrytitle">ntlm_auth</span>(8)</span></a>, <a class="citerefentry" href="smb.conf.5.html"><span class="citerefentry"><span class="refentrytitle">smb.conf</span>(5)</span></a>, <a class="citerefentry" href="pam_winbind.8.html"><span class="citerefentry"><span class="refentrytitle">pam_winbind</span>(8)</span></a></p></div><div class="refsect1" lang="en"><a name="id325404"></a><h2>AUTHOR</h2><p>The original Samba software and related utilities
     235                </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id300641"></a><h2>VERSION</h2><p>This man page is correct for version 3 of
     236        the Samba suite.</p></div><div class="refsect1" lang="en"><a name="id300651"></a><h2>SEE ALSO</h2><p><code class="filename">nsswitch.conf(5)</code>, <a class="citerefentry" href="samba.7.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(7)</span></a>, <a class="citerefentry" href="wbinfo.1.html"><span class="citerefentry"><span class="refentrytitle">wbinfo</span>(1)</span></a>, <a class="citerefentry" href="ntlm_auth.8.html"><span class="citerefentry"><span class="refentrytitle">ntlm_auth</span>(8)</span></a>, <a class="citerefentry" href="smb.conf.5.html"><span class="citerefentry"><span class="refentrytitle">smb.conf</span>(5)</span></a>, <a class="citerefentry" href="pam_winbind.8.html"><span class="citerefentry"><span class="refentrytitle">pam_winbind</span>(8)</span></a></p></div><div class="refsect1" lang="en"><a name="id300706"></a><h2>AUTHOR</h2><p>The original Samba software and related utilities
    236237        were created by Andrew Tridgell. Samba is now developed
    237238        by the Samba Team as an Open Source project similar
Note: See TracChangeset for help on using the changeset viewer.