Feature #5242
Keeping 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.
Related issues
Associated revisions
History
#1
Updated by Jan Pazdziora almost 9 years ago
- Blocks Tracker #5031: External authentication support added
#2
Updated by Jan Pazdziora almost 9 years ago
#3
Updated by Jan Pazdziora almost 9 years ago
- Description updated (diff)
#4
Updated by Dominic Cleal almost 9 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
#5
Updated by Anonymous almost 9 years ago
- Target version changed from 1.8.4 to 1.8.3
#6
Updated by Anonymous almost 9 years ago
- Target version changed from 1.8.3 to 1.8.4
#7
Updated by Anonymous almost 9 years ago
- Target version changed from 1.8.4 to 1.8.3
#8
Updated by Jan Pazdziora almost 9 years ago
- Blocked by Feature #3892: When new users are created based on REMOTE_USER authentication, their roles should be populated as well added
#9
Updated by Jan Pazdziora almost 9 years ago
- Description updated (diff)
#10
Updated by Dominic Cleal almost 9 years ago
- Legacy Backlogs Release (now unused) set to 10
#11
Updated by Jan Pazdziora almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 1e8a50848d3636241f12ae584183ba19934cd120.
fixes #5242 - Update external user attributes and group membership on every logon