Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
None
-
None
Description
I am filing this as a bug as this seems to be a security hole from a user perspective.
PAM auth plugin should utilize encryption for credentials just as is expected with default authentication methods (perhaps via the default authentication plugin or other encryption scheme).
This should happen regardless of TLS or REQUIRE SSL grant etc.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | N/A [ 14700 ] | |
Assignee | Sergei Golubchik [ serg ] | |
Resolution | Won't Fix [ 2 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 96781 ] | MariaDB v4 [ 156207 ] |
authentication plugins are responsible for the authentication, not encryption.
MariaDB cannot and should not require every single authentication plugin to implement its own on-the-wire encryption. That's what we have SSL for.