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:
authormboelen <michael@cisofy.com>2016-03-03 14:20:02 +0300
committermboelen <michael@cisofy.com>2016-03-03 14:20:02 +0300
commit2b7e9a9dc24c42fb81bff753c194ad1685201ef9 (patch)
tree86e7b9431a94ac3119aa520c5b13218b05fe7087 /plugins
parenta67a8f89bc0fc66c4d84690da1664c10f16eafa0 (diff)
Log unknown line types
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_pam_phase12
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugin_pam_phase1 b/plugins/plugin_pam_phase1
index 08029c08..c9078cc8 100644
--- a/plugins/plugin_pam_phase1
+++ b/plugins/plugin_pam_phase1
@@ -60,7 +60,7 @@
PARSELINE=1
;;
*)
- logtext "Exception: Unknown PAM type found"
+ logtext "Exception: Unknown PAM type found (${PAM_TYPE})"
;;
esac
if [ ${PARSELINE} -eq 1 ]; then