Actions
Bug #8878
closedDomains are being added with case sensitivity
Description
If a resolver has a client's domain cached in CAPS, foreman will interpret that as a new domain when the client checks in and provides it's latest facts (resulting in potential extra domains of: caps.net, CAPS.net, caps.NET, and CAPS.net). This in turn will effect any matchers that are dependent upon 'domain =~'. This issue was patched in a previous version of foreman (see Bug #708), although it seems to have re-surfaced.
It looks as if the import_host_facts function in models/host/managed.rb is in fact changing the hostname to all lowercase, but this isn't the case for the domain.
Updated by The Foreman Bot almost 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2058 added
- Pull request deleted (
)
Updated by Dominic Cleal almost 10 years ago
- Category set to Host creation
- Assignee set to Joey D
- Translation missing: en.field_release deleted (
30)
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 28
Updated by Joey D over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 25a647eb04ac2d31af99c85e447d58d1de4185e6.
Actions