• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/pam_winbind/
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 =
27