Thanks, Ian,

This means I need to modify the source, rebuild the RPMs and update, right? (ie 
it's not something that I can just modify on the mgmt server right now).

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro


----- Original Message -----
From: "Ian Duffy" <i...@ianduffy.ie>
To: "CloudStack Dev" <dev@cloudstack.apache.org>
Sent: Wednesday, 25 June, 2014 6:02:12 PM
Subject: Re: What to modify to increase instance password length?

Hi Lucian,

Take a look at server/src/com/cloud/server/ManagementServerImpl.java

Line 895 - 898

    @Override
    public String generateRandomPassword() {
        return PasswordGenerator.generateRandomPassword(6);
    }




On 25 June 2014 17:16, Nux! <n...@li.nux.ro> wrote:

> Hi guys,
>
> Can anyone tell me which changes I should make in order to increase
> password length for instances?
> Currently I get something like "tK2yptbby" which might have been secure 10
> years ago, but now it's way too short.
>
> Thanks!
> Lucian
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
>

Reply via email to