summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-15 21:39:52 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-15 21:39:52 -0400
commitdb8eaede2295cf68d4911227d8219ed8ee46e6ba (patch)
treefed7632193d07a9d5a8896352616247311952518
parent491553fcb350562812d5dd1f5c9cbf0d472c2ba4 (diff)
better debugging
-rw-r--r--src/nshd/hackers_git/hackers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nshd/hackers_git/hackers.go b/src/nshd/hackers_git/hackers.go
index 19efafd..90628a4 100644
--- a/src/nshd/hackers_git/hackers.go
+++ b/src/nshd/hackers_git/hackers.go
@@ -85,6 +85,7 @@ func (o *Hackers) Reload() error {
if err != nil {
return err
}
+ logger.Info("hackers.git: pam_password_prohibit_message: %#v", o.cfg.Pam_password_prohibit_message)
logger.Debug("hackers.git: Parsing user data")
o.users, err = parse_users(o.YamlCat)