Actions
Bug #16633
closedAuth source controllers uses wrong permissions
Status:
Closed
Priority:
Normal
Assignee:
Category:
Users, Roles and Permissions
Target version:
Description
Non-admin users can only be assigned the 'view_authenticators' (or edit, etc...) permission.
However, the API and UI controllers do not take that into account, and use 'view_auth_source_ldaps' (and the rest).
The fix is simple, override `controller_permission` in the controllers to make sure users are checked against the right kind of permission.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3872 added
Updated by Marek Hulán over 8 years ago
- Translation missing: en.field_release set to 189
Updated by Dominic Cleal over 8 years ago
Would 1.13.1 be better? It looks like a low risk, but useful bug fix, with test coverage etc.
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 8cc04d55c2cbe27a5c5fbb74254102f9d9658149.
Updated by Marek Hulán over 8 years ago
- Translation missing: en.field_release changed from 189 to 190
Sounds good, moving.
Actions