-
Maple Ong authored
In the auth switch, the server can request the client to send the password in cleartext. The client will only send the password in cleartext if `enable_cleartext_plugin` flag is true. Otherwise, raise `Trilogy::AuthPluginError`.
Maple Ong authoredIn the auth switch, the server can request the client to send the password in cleartext. The client will only send the password in cleartext if `enable_cleartext_plugin` flag is true. Otherwise, raise `Trilogy::AuthPluginError`.
Loading