MXS-2479 Accept additional messages in PAM authenticator
Plugins may send additional messages during authentication. These messages often contain notifications such as password expiration dates. Both the client and backend side authenticators now handle such messages. The messages are not sent to the user, only the log. The requirement that only "Password: " is queried still stands.
This commit is contained in:
@ -22,5 +22,4 @@ const std::string DIALOG = "dialog";
|
||||
const int DIALOG_SIZE = DIALOG.length() + 1;
|
||||
/* First query from server */
|
||||
const std::string PASSWORD = "Password: ";
|
||||
const char GENERAL_ERRMSG[] = "Only simple password-based PAM authentication with one call "
|
||||
"to the conversation function is supported.";
|
||||
|
||||
|
Reference in New Issue
Block a user