1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="pam_winbind.8">
6 <refentrytitle>pam_winbind</refentrytitle>
7 <manvolnum>8</manvolnum>
12 <refname>pam_winbind</refname>
13 <refpurpose>PAM module for Winbind</refpurpose>
17 <title>DESCRIPTION</title>
19 <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
20 <manvolnum>7</manvolnum></citerefentry> suite.</para>
22 <para>pam_winbind is a PAM module that can authenticate users against the local domain
23 by talking to the Winbind daemon.</para>
28 <title>OPTIONS</title>
30 pam_winbind supports several options:
35 <listitem><para>Gives debugging output to syslog.</para></listitem>
39 <term>require_membership_of=[SID or NAME]</term>
41 If this option is set, pam_winbind will only succeed if the
42 user is a member of the given SID or NAME. A SID can be either a group-SID, a
43 alias-SID or even a user-SID. It is also possible to give a NAME instead of the
44 SID. That name must have the form: <parameter>MYDOMAIN\mygroup</parameter> or
45 <parameter>MYDOMAIN\myuser</parameter>. pam_winbind will, in that case, lookup
46 the SID internally. Note that NAME may not contain any spaces. It is thus
47 recommended to only use SIDs. You can verify the list of SIDs a user is a member
48 of with <command>wbinfo --user-sids=SID</command>.
53 <term>try_first_pass</term>
54 <listitem><para></para></listitem>
58 <term>use_first_pass</term>
60 By default, pam_winbind tries to get the
61 authentication token from a previous module. If no token is available it asks the user
62 for the old password. With this option, pam_winbind aborts with an
63 error if no authentication token from a previous module is available.
68 <term>use_authtok</term>
70 Set the new password to the one provided by the previously
71 stacked password module. If this option is not set pam_winbind will ask the
72 user for the new password.
84 <title>SEE ALSO</title>
86 <refentrytitle>wbinfo</refentrytitle>
87 <manvolnum>1</manvolnum></citerefentry>, <citerefentry>
88 <refentrytitle>winbindd</refentrytitle>
89 <manvolnum>8</manvolnum></citerefentry></para>
93 <title>VERSION</title>
95 <para>This man page is correct for version 3.0 of Samba.</para>
101 <para>The original Samba software and related utilities
102 were created by Andrew Tridgell. Samba is now developed
103 by the Samba Team as an Open Source project similar
104 to the way the Linux kernel is developed.</para>
106 <para>This manpage was written by Jelmer Vernooij and Guenther Deschner.</para>