commit 449ad1eeea20b08d2fe049725f71e98e105ec5f4 from: Alexander Barton date: Sat Jun 25 21:55:54 2011 UTC PAM: make clear which "Password" config option is ignored commit - 9dfde13f0cd6f960565ea2da5734e5b91b497e7a commit + 449ad1eeea20b08d2fe049725f71e98e105ec5f4 blob - 9e3fe13d0250e682e324fb97851f6cb1031ee12c blob + f5ddec8e1e0232e0b4447f07f185b21fab5f70c3 --- src/ngircd/conf.c +++ 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