Merge branch 'master' of ctdb into 'master' of samba
[bbaumbach/samba-autobuild/.git] / examples / pam_winbind / pam_winbind.conf
1 #
2 # pam_winbind configuration file
3 #
4 # /etc/security/pam_winbind.conf
5 #
6 # For more details see man pam_winbind.conf(5)
7
8 [global]
9
10 # turn on debugging
11 ;debug = no
12
13 # turn on extended PAM state debugging
14 ;debug_state = no
15
16 # request a cached login if possible
17 # (needs "winbind offline logon = yes" in smb.conf)
18 ;cached_login = no
19
20 # authenticate using kerberos
21 ;krb5_auth = no
22
23 # when using kerberos, request a "FILE" or "DIR" krb5 credential cache type
24 # (leave empty to just do krb5 authentication but not have a ticket
25 # afterwards)
26 ;krb5_ccache_type =
27
28 # make successful authentication dependend on membership of one SID
29 # (can also take a name)
30 ;require_membership_of =
31
32 # password expiry warning period in days
33 ;warn_pwd_expire = 14
34
35 # omit pam conversations
36 ;silent = no
37
38 # create homedirectory on the fly
39 ;mkhomedir = no