From 01e46b8c6e386e5009288db488e908dc6e75c805 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 12 Apr 2006 17:36:13 +0000 Subject: [PATCH] r15058: Add sample pam_winbind.conf file. Guenther --- examples/pam_winbind/pam_winbind.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 examples/pam_winbind/pam_winbind.conf diff --git a/examples/pam_winbind/pam_winbind.conf b/examples/pam_winbind/pam_winbind.conf new file mode 100644 index 0000000000..5138efbb37 --- /dev/null +++ b/examples/pam_winbind/pam_winbind.conf @@ -0,0 +1,26 @@ +; +; pam_winbind configuration file +; +; /etc/security/pam_winbind.conf +; + +[global] + +; turn on debugging +;debug = no + +; request a cached login if possible +; (needs "winbind offline logon = yes" in smb.conf) +;cached_login = no + +; authenticate using kerberos +;krb5_auth = no + +; when using kerberos, request a "FILE" krb5 credential cache type +; (leave empty to just do krb5 authentication but not have a ticket +; afterwards) +;krb5_ccache_type = + +; make successful authentication dependend on membership of one SID +; (can also take a name) +;require_membership_of = -- 2.34.1