pam_winbind.conf 772 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # pam_winbind configuration file
  3. #
  4. # /etc/security/pam_winbind.conf
  5. #
  6. [global]
  7. # turn on debugging
  8. ;debug = no
  9. # turn on extended PAM state debugging
  10. ;debug_state = no
  11. # request a cached login if possible
  12. # (needs "winbind offline logon = yes" in smb.conf)
  13. ;cached_login = no
  14. # authenticate using kerberos
  15. ;krb5_auth = no
  16. # when using kerberos, request a "FILE" krb5 credential cache type
  17. # (leave empty to just do krb5 authentication but not have a ticket
  18. # afterwards)
  19. ;krb5_ccache_type =
  20. # make successful authentication dependend on membership of one SID
  21. # (can also take a name)
  22. ;require_membership_of =
  23. # password expiry warning period in days
  24. ;warn_pwd_expire = 14
  25. # omit pam conversations
  26. ;silent = no
  27. # create homedirectory on the fly
  28. ;mkhomedir = no