[MDEV-19433] GRANT ... NO SSL feature Created: 2019-05-10 Updated: 2022-01-17 Resolved: 2022-01-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System, SSL |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Manjot Singh (Inactive) | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Customer is requesting the ability to ban a user from SSL for traceability. We currently have GRANT ... REQUIRE SSL but not an opposite. In this case, all users on the system should be allowed to use SSL, except for users specified by GRANT ... NO SSL This allows users with SSL and with a ban on using SSL to coexist. |