From 021fd8a98c61babb5f81203fef682f2a0fa78a83 Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 25 Apr 2016 15:49:21 +0200 Subject: Reduce debugging for PAM plugin --- plugins/plugin_pam_phase1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/plugin_pam_phase1 b/plugins/plugin_pam_phase1 index c9078cc8..5dbd69a3 100644 --- a/plugins/plugin_pam_phase1 +++ b/plugins/plugin_pam_phase1 @@ -76,7 +76,8 @@ PAM_CONTROL_FLAG=`echo ${LINE} | awk '{ print $2 }'` case ${PAM_CONTROL_FLAG} in "optional"|"required"|"requisite"|"sufficient") - Debug "Found a common control flag: ${PAM_CONTROL_FLAG} for ${PAM_MODULE}" + #Debug "Found a common control flag: ${PAM_CONTROL_FLAG} for ${PAM_MODULE}" + local X=0 # do nothing ;; "other") logtext "Result: brackets used, ignoring control flags" -- cgit v1.2.3