Reduce debugging for PAM plugin

This commit is contained in:
mboelen 2016-04-25 15:49:21 +02:00
parent ba0381a775
commit 021fd8a98c
1 changed files with 2 additions and 1 deletions

View File

@ -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"