repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 449ad1eeea20b08d2fe049725f71e98e105ec5f4:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 449ad1eeea20b08d2fe049725f71e98e105ec5f4
Author: Alexander Barton 
Date:   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
index 9e3fe13d0250e682e324fb97851f6cb1031ee12c..
index ..f5ddec8e1e0232e0b4447f07f185b21fab5f70c3 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

-----END OF PAGE-----