[MDEV-5659] User groups and group limits Created: 2014-02-12 Updated: 2015-11-17 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | azurit | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
We really need support for groups and groups limits. Currently, we allows our users to create unlimited amount of MariaDB accounts while we have max_user_connections=10 so one account can't overload the whole database server. This can be easily bypassed by creating several accounts and use number_of_accounts*10 connections. It will be possible to prevent this using groups and group limits, for example: |