Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Insecure password creation #20

@Freeaqingme

Description

@Freeaqingme

If 'root_password' has value 'auto' a password is generated using fqdn_rand(). This function does however return a numeric value, making it relatively easy to brute force. I'd suggest we change that to something that generates a value that also contains alphacharacters and perhaps other chars.

Perhaps you could consider adding something like this to puppi, and using that instead? https://github.com/kwilczynski/puppet-functions/blob/master/lib/puppet/parser/functions/random_password.rb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions