source: branches/samba-3.0/examples/pam_winbind/pam_winbind.conf

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

Initial code import

File size: 560 bytes
Line 
1#
2# pam_winbind configuration file
3#
4# /etc/security/pam_winbind.conf
5#
6
7[global]
8
9# turn on debugging
10;debug = no
11
12# request a cached login if possible
13# (needs "winbind offline logon = yes" in smb.conf)
14;cached_login = no
15
16# authenticate using kerberos
17;krb5_auth = no
18
19# when using kerberos, request a "FILE" krb5 credential cache type
20# (leave empty to just do krb5 authentication but not have a ticket
21# afterwards)
22;krb5_ccache_type =
23
24# make successful authentication dependend on membership of one SID
25# (can also take a name)
26;require_membership_of =
Note: See TracBrowser for help on using the repository browser.