From ebe29bc1486f93a67ba6436c65771bb170624e95 Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 6 Oct 2014 11:29:31 +0200 Subject: [PATCH] Log discovered pam_modules to report --- include/tests_authentication | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tests_authentication b/include/tests_authentication index b96d0284..f9f61d87 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -691,6 +691,7 @@ if [ ! "${FIND}" = "" ]; then FOUND=1; fi for I in ${FIND}; do logtext "Found file: ${I}" + report "pam_module[]=${I}" done else logtext "Result: directory ${I} could not be found or is a symlink to another directory"