Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

password policy parameters missing in puppet_enterprise class #44

Open
bastelfreak opened this issue Jun 25, 2024 · 0 comments
Open

password policy parameters missing in puppet_enterprise class #44

bastelfreak opened this issue Jun 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bastelfreak
Copy link

Describe the Bug

PE 2023.7.0 has some documentation for password complexity parameters. The problem is those are actually variables, not parameters:

$number_of_previous_passwords
$special_characters_required
$lowercase_letters_required
$password_minimum_length
$login_minimum_length
$username_substring_match
$substring_character_limit
$letters_required
$numbers_required
$uppercase_letters_required

Expected Behavior

Those variables should be class parameters.

Steps to Reproduce

  • Download PE 2023.7.0 for EL8
  • check /opt/puppetlabs/puppet/modules/puppet_enterprise/manifests/init.pp

Additional Context

I would like to provide a patch or even a PR but the PE license doesn't allow it.

@bastelfreak bastelfreak added the bug Something isn't working label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant