From: Alexander Barton Date: Sat, 25 Jun 2011 21:55:54 +0000 (+0200) Subject: PAM: make clear which "Password" config option is ignored X-Git-Tag: rel-18-rc1~8^2~3 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=449ad1eeea20b08d2fe049725f71e98e105ec5f4;hp=9dfde13f0cd6f960565ea2da5734e5b91b497e7a;p=ngircd-alex.git PAM: make clear which "Password" config option is ignored --- diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c index 9e3fe13d..f5ddec8e 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