[MDEV-8842] add group support to pam_user_map module Created: 2015-09-24 Updated: 2015-10-09 Resolved: 2015-10-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugin - pam |
| Fix Version/s: | 10.1.8 |
| Type: | Task | Priority: | Critical |
| Reporter: | Sergei Golubchik | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 10.1.8-4 |
| Description |
|
Currently pam_user_map module (plugin/auth_pam/mapper/pam_user_map.c) can map user names based on the simple configuration file, like
Here the user "john" will be renamed to "jack".
Here any user in the "group_ro" group will be renamed to "readonly". |
| Comments |
| Comment by Alexey Botchkov [ 2015-10-06 ] |
|
proposed patch: http://lists.askmonty.org/pipermail/commits/2015-October/008494.html |