summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-05-11 11:54:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:21:57 -0500
commit5b4a4df26f32fe1947a0c4fb741a4cb89e308f92 (patch)
tree34966303df5646a6266f2a625693fe014867b09f /examples
parent55e2f35fad8bda3ff2c2ace5323ddeaee87d783e (diff)
downloadsamba-5b4a4df26f32fe1947a0c4fb741a4cb89e308f92.tar.gz
samba-5b4a4df26f32fe1947a0c4fb741a4cb89e308f92.tar.xz
samba-5b4a4df26f32fe1947a0c4fb741a4cb89e308f92.zip
r22794: Add "debug_state" and "silent" to pam_winbind.conf template. Honor the silent
argument when parsing pam configuration file options. Guenther
Diffstat (limited to 'examples')
-rw-r--r--examples/pam_winbind/pam_winbind.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/pam_winbind/pam_winbind.conf b/examples/pam_winbind/pam_winbind.conf
index ca36e2ab00a..8caf02d0d08 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