Actions
Feature #5242
closedKeeping user's attributes and group membership up-to-date even during subsequent logons
Description
With http://projects.theforeman.org/issues/3528 resolved, externally-authenticated users now get their attributes like name and email address populated based on environment variables in Apache (our documented use is with mod_lookup_identity) when they are created.
With http://projects.theforeman.org/issues/3892 resolved, group membership of these newly created users get set based on environment variables in Apache.
We would like to update the attributes and group memberships upon every successful logon, not just set them once upon initial logon when the user is first created.
The current pull request for this feature is https://github.com/theforeman/foreman/pull/1424.
Updated by Jan Pazdziora over 10 years ago
- Blocks Tracker #5031: External authentication support added
Updated by Jan Pazdziora over 10 years ago
Updated by Dominic Cleal over 10 years ago
- Category set to Authentication
- Status changed from New to Ready For Testing
- Assignee set to Jan Pazdziora
- Target version set to 1.8.4
Updated by Anonymous over 10 years ago
- Target version changed from 1.8.4 to 1.8.3
Updated by Anonymous over 10 years ago
- Target version changed from 1.8.3 to 1.8.4
Updated by Anonymous over 10 years ago
- Target version changed from 1.8.4 to 1.8.3
Updated by Jan Pazdziora over 10 years ago
- Blocked by Feature #3892: When new users are created based on REMOTE_USER authentication, their roles should be populated as well added
Updated by Jan Pazdziora over 10 years ago
- Description updated (diff)
Updated by Dominic Cleal over 10 years ago
- Translation missing: en.field_release set to 10
Updated by Jan Pazdziora over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 1e8a50848d3636241f12ae584183ba19934cd120.
Actions