summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2011-06-25 23:55:54 +0200
committerAlexander Barton <alex@barton.de>2011-06-25 23:55:54 +0200
commit449ad1eeea20b08d2fe049725f71e98e105ec5f4 (patch)
tree5cff47d3af7867581558b961c1f6bf2a952efe0e
parent9dfde13f0cd6f960565ea2da5734e5b91b497e7a (diff)
downloadngircd-449ad1eeea20b08d2fe049725f71e98e105ec5f4.tar.gz
ngircd-449ad1eeea20b08d2fe049725f71e98e105ec5f4.zip
PAM: make clear which "Password" config option is ignored
-rw-r--r--src/ngircd/conf.c2
1 files changed, 1 insertions, 1 deletions
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