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:
Diffstat (limited to 'plugins/plugin_pam_phase1')
-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"