source: branches/samba-3.0/docs/manpages/pam_winbind.7@ 134

Last change on this file since 134 was 134, checked in by Paul Smedley, 18 years ago

Update source to 3.0.29

File size: 3.9 KB
Line 
1.\" Title: pam_winbind
2.\" Author:
3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4.\" Date: 05/21/2008
5.\" Manual: 7
6.\" Source: Samba 3.0
7.\"
8.TH "PAM_WINBIND" "7" "05/21/2008" "Samba 3\.0" "7"
9.\" disable hyphenation
10.nh
11.\" disable justification (adjust text to left margin only)
12.ad l
13.SH "NAME"
14pam_winbind - PAM module for Winbind
15.SH "DESCRIPTION"
16.PP
17This tool is part of the
18\fBsamba\fR(7)
19suite\.
20.PP
21pam_winbind is a PAM module that can authenticate users against the local domain by talking to the Winbind daemon\.
22.SH "OPTIONS"
23.PP
24pam_winbind supports several options which can either be set in the PAM configuration files or in the pam_winbind configuration file situated at
25\fI/etc/security/pam_winbind\.conf\fR\. Options from the PAM configuration file take precedence to those from the configuration file\.
26.PP
27debug
28.RS 4
29Gives debugging output to syslog\.
30.RE
31.PP
32debug_state
33.RS 4
34Gives detailed PAM state debugging output to syslog\.
35.RE
36.PP
37require_membership_of=[SID or NAME]
38.RS 4
39If this option is set, pam_winbind will only succeed if the user is a member of the given SID or NAME\. A SID can be either a group\-SID, an alias\-SID or even an user\-SID\. It is also possible to give a NAME instead of the SID\. That name must have the form:
40\fIMYDOMAIN\e\emygroup\fR
41or
42\fIMYDOMAIN\e\emyuser\fR\. pam_winbind will, in that case, lookup the SID internally\. Note that NAME may not contain any spaces\. It is thus recommended to only use SIDs\. You can verify the list of SIDs a user is a member of with
43wbinfo \-\-user\-sids=SID\.
44.RE
45.PP
46try_first_pass
47.RS 4
48.RE
49.PP
50use_first_pass
51.RS 4
52By default, pam_winbind tries to get the authentication token from a previous module\. If no token is available it asks the user for the old password\. With this option, pam_winbind aborts with an error if no authentication token from a previous module is available\.
53.RE
54.PP
55use_authtok
56.RS 4
57Set the new password to the one provided by the previously stacked password module\. If this option is not set pam_winbind will ask the user for the new password\.
58.RE
59.PP
60krb5_auth
61.RS 4
62pam_winbind can authenticate using Kerberos when winbindd is talking to an Active Directory domain controller\. Kerberos authentication must be enabled with this parameter\. When Kerberos authentication can not succeed (e\.g\. due to clock skew), winbindd will fallback to samlogon authentication over MSRPC\. When this parameter is used in conjunction with
63\fIwinbind refresh tickets\fR, winbind will keep your Ticket Granting Ticket (TGT) uptodate by refreshing it whenever necessary\.
64.RE
65.PP
66krb5_ccache_type=[type]
67.RS 4
68When pam_winbind is configured to try kerberos authentication by enabling the
69\fIkrb5_auth\fR
70option, it can store the retrieved Ticket Granting Ticket (TGT) in a credential cache\. The type of credential cache can be set with this option\. Currently the only supported value is:
71\fIFILE\fR\. In that case a credential cache in the form of /tmp/krb5cc_UID will be created, where UID is replaced with the numeric user id\. Leave empty to just do kerberos authentication without having a ticket cache after the logon has succeeded\.
72.RE
73.PP
74cached_login
75.RS 4
76Winbind allows to logon using cached credentials when
77\fIwinbind offline logon\fR
78is enabled\. To use this feature from the PAM module this option must be set\.
79.RE
80.PP
81silent
82.RS 4
83Do not emit any messages\.
84.RE
85.SH "SEE ALSO"
86.PP
87\fBwbinfo\fR(1),
88\fBwinbindd\fR(8),
89\fBsmb.conf\fR(5)
90.SH "VERSION"
91.PP
92This man page is correct for version 3\.0 of Samba\.
93.SH "AUTHOR"
94.PP
95The original Samba software and related utilities were created by Andrew Tridgell\. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\.
96.PP
97This manpage was written by Jelmer Vernooij and Guenther Deschner\.
Note: See TracBrowser for help on using the repository browser.