Initial import
[samba] / docs / htmldocs / manpages / pam_winbind.7.html
1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>pam_winbind</title><link rel="stylesheet" href="samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="pam_winbind.7"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>pam_winbind &#8212; PAM module for Winbind</p></div><div class="refsect1" lang="en"><a name="id2489018"></a><h2>DESCRIPTION</h2><p>This tool is part of the <a href="samba.7.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(7)</span></a> suite.</p><p>
2         pam_winbind is a PAM module that can authenticate users against the local domain by talking to the Winbind daemon.
3         </p></div><div class="refsect1" lang="en"><a name="id2489041"></a><h2>OPTIONS</h2><p>
4                 pam_winbind supports several options:
5                 </p><div class="variablelist"><dl><dt><span class="term">debug</span></dt><dd><p>Gives debugging output to syslog.</p></dd><dt><span class="term">require_membership_of=[SID or NAME]</span></dt><dd><p>
6                 If this option is set, pam_winbind will only succeed if the user is a member of the given SID or NAME. A SID
7                 can be either a group-SID, a alias-SID or even a user-SID. It is also possible to give a NAME instead of the
8                 SID. That name must have the form: <em class="parameter"><code>MYDOMAIN\mygroup</code></em> or
9                 <em class="parameter"><code>MYDOMAIN\myuser</code></em>.  pam_winbind will, in that case, lookup the SID internally. Note that
10                 NAME may not contain any spaces. It is thus recommended to only use SIDs. You can verify the list of SIDs a
11                 user is a member of with <span><strong class="command">wbinfo --user-sids=SID</strong></span>.
12                 </p></dd><dt><span class="term">try_first_pass</span></dt><dd><p></p></dd><dt><span class="term">use_first_pass</span></dt><dd><p>
13                 By default, pam_winbind tries to get the authentication token from a previous module. If no token is available
14                 it asks the user for the old password. With this option, pam_winbind aborts with an error if no authentication
15                 token from a previous module is available.
16                 </p></dd><dt><span class="term">use_authtok</span></dt><dd><p>
17                 Set the new password to the one provided by the previously stacked password module. If this option is not set 
18                 pam_winbind will ask the user for the new password.
19                 </p></dd></dl></div><p>
20
21
22         </p></div><div class="refsect1" lang="en"><a name="id2450650"></a><h2>SEE ALSO</h2><p><a href="wbinfo.1.html"><span class="citerefentry"><span class="refentrytitle">wbinfo</span>(1)</span></a>, <a href="winbindd.8.html"><span class="citerefentry"><span class="refentrytitle">winbindd</span>(8)</span></a></p></div><div class="refsect1" lang="en"><a name="id2450676"></a><h2>VERSION</h2><p>This man page is correct for version 3.0 of Samba.</p></div><div class="refsect1" lang="en"><a name="id2450686"></a><h2>AUTHOR</h2><p>
23         The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by
24         the Samba Team as an Open Source project similar to the way the Linux kernel is developed.
25         </p><p>This manpage was written by Jelmer Vernooij and Guenther Deschner.</p></div></div></body></html>