From ec89b021d7bbb1023568b34e2b4b83fa93767f85 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 12 Apr 2006 17:36:13 +0000 Subject: 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 (limited to 'examples') diff --git a/examples/pam_winbind/pam_winbind.conf b/examples/pam_winbind/pam_winbind.conf new file mode 100644 index 00000000000..5138efbb377 --- /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 = -- cgit