Actions
Bug #25172
closedkickstart default user_data and finish templates do not recognise "Red Hat Identity Management" as a realm_type
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Templates
Target version:
-
Difficulty:
easy
Triaged:
No
Bugzilla link:
Description
Following on from https://projects.theforeman.org/issues/25117 which added IdM as a recognised realm_type to the kickstart default kickstart template, IdM should also be added to the other two templates that allow FreeIPA namely kickstart_default_user_data.erb and kickstart_default_finish.erb
Again this means replacing:
<% if host_enc['parameters']['realm'] && @host.realm && @host.realm.realm_type == 'FreeIPA' ->
with:
<% if host_enc['parameters']['realm'] && @host.realm && (@host.realm.realm_type 'FreeIPA' || @host.realm.realm_type 'Red Hat Identity Management') -%>
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/community-templates/pull/527 added
Updated by Anonymous almost 6 years ago
- Fixed in Releases 1.18.3, 1.19.1, 1.20.0 added
Updated by chris procter almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset community-templates|23b0543becba2dfb7619b60a2236b543732f114d.
Updated by Ewoud Kohl van Wijngaarden almost 6 years ago
- Related to Bug #25117: kickstart-default template does not recognise "Red Hat Identity Management" as a realm_type added
Updated by Ewoud Kohl van Wijngaarden almost 6 years ago
- Bugzilla link set to 1635680
Actions