From 449ad1eeea20b08d2fe049725f71e98e105ec5f4 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 25 Jun 2011 23:55:54 +0200 Subject: [PATCH] PAM: make clear which "Password" config option is ignored --- src/ngircd/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2