You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Pierre-Luc Dion (JIRA)" <ji...@apache.org> on 2015/12/13 22:03:46 UTC

[jira] [Resolved] (CLOUDSTACK-8868) use PasswordGenerator.generateRandomPassword() to generate systemvm passwords

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-8868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Luc Dion resolved CLOUDSTACK-8868.
-----------------------------------------
    Resolution: Fixed

PR merged

> use PasswordGenerator.generateRandomPassword() to generate systemvm passwords
> -----------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-8868
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8868
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>    Affects Versions: 4.5.2, 4.6.0
>            Reporter: Rajani Karuturi
>            Assignee: Rajani Karuturi
>             Fix For: 4.7.0
>
>
> generateRandomPassword() is supposed to create root user passwords. Right now it is only used on the guest VMs. The format of the passwords it creates are of the form "random 3-character string with a lowercase character, uppercase character, and a digit" + random n-character string with only lowercase characters".
> For whatever reason it was that we use generateRandomPassword() for guest VM root user passwords(maybe more secure?) we should use the same function for system VM root user passwords.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)