Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2016-04-25 16:49:21 +0300
committermboelen <michael@cisofy.com>2016-04-25 16:49:21 +0300
commit021fd8a98c61babb5f81203fef682f2a0fa78a83 (patch)
tree6a29776b41e2552860167597a57edab7e848e18c /plugins
parentba0381a7754052e068e05040ccf3d6abe4863864 (diff)
Reduce debugging for PAM plugin
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_pam_phase13
1 files changed, 2 insertions, 1 deletions
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"