Actions
Bug #11407
closedUppercase logins coming from LDAP break external user groups sync
Status:
Closed
Priority:
Normal
Assignee:
Category:
Authentication
Target version:
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
When an user, say "DanielLobato" in LDAP gets an account in Foreman, the login is automatically downcased to "daniellobato". This causes issues when external user groups refresh, as we perform a 'where' query on User, using the logins from LDAP to check what users belong in an external user group. So by calling User.where { :name => ['DanielLobato'] } on usergroup.rb, we will get no results and the user 'daniellobato' will be left unsynced.
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2616 added
- Pull request deleted (
)
Updated by Dominic Cleal over 9 years ago
- Category changed from Users, Roles and Permissions to Authentication
- Assignee set to Daniel Lobato Garcia
- Translation missing: en.field_release set to 72
Updated by Daniel Lobato Garcia over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 2ef6f4da99a4375e7d4600da62d6ba011e7467d4.
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release changed from 72 to 88
Actions