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://granicus.if.org/sourcecode?a=commitdiff_plain;h=449ad1eeea20b08d2fe049725f71e98e105ec5f4;p=ngircd 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