mirror of https://github.com/CISOfy/lynis.git
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 }'`
|
PAM_CONTROL_FLAG=`echo ${LINE} | awk '{ print $2 }'`
|
||||||
case ${PAM_CONTROL_FLAG} in
|
case ${PAM_CONTROL_FLAG} in
|
||||||
"optional"|"required"|"requisite"|"sufficient")
|
"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")
|
"other")
|
||||||
logtext "Result: brackets used, ignoring control flags"
|
logtext "Result: brackets used, ignoring control flags"
|
||||||
|
|
Loading…
Reference in New Issue