Actions
Bug #24084
closedPassword hash propagation (operatingsystem/kickstart template) to authconfig doesn't work
Difficulty:
Triaged:
No
Bugzilla link:
Description
The operatingsystem definition lets you select a hashing algorithm (SHA256, SHA512, ...). This is written in uppercase. The value is used in the kickstart_default.erb (authconfig --passalgo=) which needs downcase values.
If SHA512 is selected (SHA256 is the default in kickstart_default.erb), authconfig will use SHA256 anyway because it has no value SHA512 (but sha512).
This issue is also described in RH Bugzilla #1563529 (https://bugzilla.redhat.com/show_bug.cgi?id=1563529)
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5746 added
Updated by Lukas Zapletal over 6 years ago
- Subject changed from root password hash propagation (operatingsystem/kickstart template) to authconfig doesn't work (downcase/uppercase) to Password hash propagation (operatingsystem/kickstart template) to authconfig doesn't work
- Category set to Templates
- Bugzilla link set to 1563529
Hey, yeah thanks. Fixing.
Updated by The Foreman Bot over 6 years ago
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/community-templates/pull/487 added
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/theforeman/community-templates/pull/488 added
Updated by Anonymous over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset community-templates|662cb89c5c8a6e47927d4f12c15992c26197cade.
Updated by Marek Hulán over 6 years ago
- Translation missing: en.field_release set to 353
will be synced to 1.19
Updated by Lukas Zapletal over 6 years ago
Lukas, we are not backporting into 1.18 the fix is a trivial change.
Actions