winbindd: disconnect child process if request is cancelled at main process
[Samba.git] / examples / pam_winbind / pam_winbind.conf
blob87bc388a45dcfea7bd7935227d5c3629694f5fdf
2 # pam_winbind configuration file
4 # /etc/security/pam_winbind.conf
6 # For more details see man pam_winbind.conf(5)
8 [global]
10 # turn on debugging
11 ;debug = no
13 # turn on extended PAM state debugging
14 ;debug_state = no
16 # request a cached login if possible
17 # (needs "winbind offline logon = yes" in smb.conf)
18 ;cached_login = no
20 # authenticate using kerberos
21 ;krb5_auth = no
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 =
28 # make successful authentication dependend on membership of one SID
29 # (can also take a name)
30 ;require_membership_of =
32 # password expiry warning period in days
33 ;warn_pwd_expire = 14
35 # omit pam conversations
36 ;silent = no
38 # create homedirectory on the fly
39 ;mkhomedir = no