mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Reduce debugging for PAM plugin
This commit is contained in:
parent
ba0381a775
commit
021fd8a98c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user