Actions
Bug #3241
closedDefault password is not set properly for Red Hats
Description
Steps to reproduce:
1. Install foreman
1. Change default encrypted password in settings to something else like "abcdefg"
1. Provision a RHEL 6.4 host using default kickstart template
1. Do not set any password in the New Host page, make sure it is blank in the form
1. Try to login with "abcdefg"
Does not work. Spoof kickstart and note this:
rootpw --iscrypted dog8code
It looks like we should encrypt the password when saving it into the settings. In the settings table it is stored in cleartext, the host record is set to nil.
Setting to higher priority as new users will hit this.
Updated by Lukas Zapletal over 11 years ago
- Status changed from New to Ready For Testing
- Difficulty set to trivial
Updated by Lukas Zapletal over 11 years ago
- Related to Tracker #3112: [TRACKER] Issues to be released in 1.3 RC or final added
Updated by Lukas Zapletal over 11 years ago
- Related to deleted (Tracker #3112: [TRACKER] Issues to be released in 1.3 RC or final)
Updated by Lukas Zapletal over 11 years ago
- Target version changed from 1.3.0 to 1.15.0
- Translation missing: en.field_release set to 2
- Difficulty changed from trivial to easy
Actions