PAM: make clear which "Password" config option is ignored

This commit is contained in:
Alexander Barton 2011-06-25 23:55:54 +02:00
parent 9dfde13f0c
commit 449ad1eeea
1 changed files with 1 additions and 1 deletions

View 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