source: vendor/3.6.23/docs/manpages/pam_winbind.conf.5

Last change on this file was 860, checked in by Silvan Scherrer, 11 years ago

Samba 3.6: updated vendor to latest version

File size: 5.3 KB
Line 
1'\" t
2.\" Title: pam_winbind.conf
3.\" Author: [see the "AUTHOR" section]
4.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5.\" Date: 09/18/2013
6.\" Manual: 5
7.\" Source: Samba 3.6
8.\" Language: English
9.\"
10.TH "PAM_WINBIND\&.CONF" "5" "09/18/2013" "Samba 3\&.6" "5"
11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------
14.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15.\" http://bugs.debian.org/507673
16.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18.ie \n(.g .ds Aq \(aq
19.el .ds Aq '
20.\" -----------------------------------------------------------------
21.\" * set default formatting
22.\" -----------------------------------------------------------------
23.\" disable hyphenation
24.nh
25.\" disable justification (adjust text to left margin only)
26.ad l
27.\" -----------------------------------------------------------------
28.\" * MAIN CONTENT STARTS HERE *
29.\" -----------------------------------------------------------------
30.SH "NAME"
31pam_winbind.conf \- Configuration file of PAM module for Winbind
32.SH "DESCRIPTION"
33.PP
34This configuration file is part of the
35\fBsamba\fR(7)
36suite\&.
37.PP
38pam_winbind\&.conf is the configuration file for the pam_winbind PAM module\&. See
39\fBpam_winbind\fR(8)
40for further details\&.
41.SH "SYNOPSIS"
42.PP
43The pam_winbind\&.conf configuration file is a classic ini\-style configuration file\&. There is only one section (global) where various options are defined\&.
44.SH "OPTIONS"
45.PP
46pam_winbind supports several options which can either be set in the PAM configuration files or in the pam_winbind configuration file situated at
47/etc/security/pam_winbind\&.conf\&. Options from the PAM configuration file take precedence to those from the pam_winbind\&.conf configuration file\&.
48.PP
49debug = yes|no
50.RS 4
51Gives debugging output to syslog\&. Defaults to "no"\&.
52.RE
53.PP
54debug_state = yes|no
55.RS 4
56Gives detailed PAM state debugging output to syslog\&. Defaults to "no"\&.
57.RE
58.PP
59require_membership_of = [SID or NAME]
60.RS 4
61If 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:
62\fIMYDOMAIN\e\emygroup\fR
63or
64\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
65wbinfo \-\-user\-sids=SID\&. This setting is empty by default\&.
66.RE
67.PP
68try_first_pass = yes|no
69.RS 4
70By 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\&. If a primary password is not valid, PAM will prompt for a password\&. Default to "no"\&.
71.RE
72.PP
73krb5_auth = yes|no
74.RS 4
75pam_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
76\fIwinbind refresh tickets\fR, winbind will keep your Ticket Granting Ticket (TGT) uptodate by refreshing it whenever necessary\&. Defaults to "no"\&.
77.RE
78.PP
79krb5_ccache_type = [type]
80.RS 4
81When pam_winbind is configured to try kerberos authentication by enabling the
82\fIkrb5_auth\fR
83option, 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:
84\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\&. This setting is empty by default\&.
85.RE
86.PP
87cached_login = yes|no
88.RS 4
89Winbind allows to logon using cached credentials when
90\fIwinbind offline logon\fR
91is enabled\&. To use this feature from the PAM module this option must be set\&. Defaults to "no"\&.
92.RE
93.PP
94silent = yes|no
95.RS 4
96Do not emit any messages\&. Defaults to "no"\&.
97.RE
98.PP
99mkhomedir = yes|no
100.RS 4
101Create homedirectory for a user on\-the\-fly, option is valid in PAM session block\&. Defaults to "no"\&.
102.RE
103.PP
104warn_pwd_expire = days
105.RS 4
106Defines number of days before pam_winbind starts to warn about passwords that are going to expire\&. Defaults to 14 days\&.
107.RE
108.SH "SEE ALSO"
109.PP
110\fBpam_winbind\fR(8),
111\fBwbinfo\fR(1),
112\fBwinbindd\fR(8),
113\fBsmb.conf\fR(5)
114.SH "VERSION"
115.PP
116This man page is correct for version 3 of Samba\&.
117.SH "AUTHOR"
118.PP
119The 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\&.
120.PP
121This manpage was written by Jelmer Vernooij and Guenther Deschner\&.
Note: See TracBrowser for help on using the repository browser.