[MDEV-20405] It should be possible to preset resource restrictions in role definition Created: 2019-08-22 Updated: 2019-10-06 Resolved: 2019-08-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Ulrich Moser (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | GRANT, Roles, resources | ||
| Issue Links: |
|
||||||||||||
| Description |
|
MAX_USER_CONNECTIONS can be set per account. When authorizing accounts through roles I would expect that it is possible to restrict all users having the same role in the same way without needing to issue a separate GRANT USAGE ON . to user@host WITH ... Therefore it should be possible to preset the restriction in the role definition like |