Module: ngircd.git Branch: master Commit: 449ad1eeea20b08d2fe049725f71e98e105ec5f4 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=449ad...
Author: Alexander Barton alex@barton.de Date: Sat Jun 25 23:55:54 2011 +0200
PAM: make clear which "Password" config option is ignored
---
src/ngircd/conf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c index 9e3fe13..f5ddec8 100644 --- a/src/ngircd/conf.c +++ b/src/ngircd/conf.c @@ -1842,7 +1842,7 @@ Validate_Config(bool Configtest, bool Rehash) #ifdef PAM if (Conf_ServerPwd[0]) Config_Error(LOG_ERR, - "This server uses PAM, "Password" will be ignored!"); + "This server uses PAM, "Password" in [Global] section will be ignored!"); #endif
#ifdef DEBUG
ngircd-commits@lists.barton.de