repo: ngircd action: commit revision: path_from: revision_from: 449ad1eeea20b08d2fe049725f71e98e105ec5f4: path_to: revision_to:
commit 449ad1eeea20b08d2fe049725f71e98e105ec5f4 Author: Alexander BartonDate: Sat Jun 25 23:55:54 2011 +0200 PAM: make clear which "Password" config option is ignored diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c
--- 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
-----END OF PAGE-----