Actions
Bug #11715
closedBase64 encoded Passwords get re-encoded on unattended/built call
Description
Base64 encoded Passwords (i.e. used for windows template deployments) get re-encoded after a call to the built URL is made resulting in Base64 in Base64 encoded passwords.
Steps to reproduce:- create a operatingsystem with hash type base64
- create a machine and set a password
- as long as the machine is in status "build" the root_pass is only encoded once.
- If a call to unattended/built is made, the root_pass is base64 encoded twice.
This is normally not a problem but I think it is not an intended behaviour.
Updated by Dominic Cleal over 9 years ago
- Related to Feature #8890: Allow selection of plaintext "encryption" method for root password added
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/2695 added
- Pull request deleted (
)
Updated by Tom Caspy over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Actions