]> arthur.barton.de Git - ngircd-alex.git/commitdiff
PAM: make clear which "Password" config option is ignored
authorAlexander Barton <alex@barton.de>
Sat, 25 Jun 2011 21:55:54 +0000 (23:55 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 25 Jun 2011 21:55:54 +0000 (23:55 +0200)
src/ngircd/conf.c

index 9e3fe13d0250e682e324fb97851f6cb1031ee12c..f5ddec8e1e0232e0b4447f07f185b21fab5f70c3 100644 (file)
@@ -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