From 67a45aa26bd119af54b3a22425d23b064201ab6f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 11 May 2007 11:54:41 +0000 Subject: r22794: Add "debug_state" and "silent" to pam_winbind.conf template. Honor the silent argument when parsing pam configuration file options. Guenther (This used to be commit 5b4a4df26f32fe1947a0c4fb741a4cb89e308f92) --- examples/pam_winbind/pam_winbind.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples/pam_winbind') diff --git a/examples/pam_winbind/pam_winbind.conf b/examples/pam_winbind/pam_winbind.conf index ca36e2ab00..8caf02d0d0 100644 --- a/examples/pam_winbind/pam_winbind.conf +++ b/examples/pam_winbind/pam_winbind.conf @@ -9,6 +9,9 @@ # turn on debugging ;debug = no +# turn on extended PAM state debugging +;debug_state = no + # request a cached login if possible # (needs "winbind offline logon = yes" in smb.conf) ;cached_login = no @@ -24,3 +27,6 @@ # make successful authentication dependend on membership of one SID # (can also take a name) ;require_membership_of = + +# omit pam conversations +;silent = no -- cgit