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

Task 5.3.3.2.1 - Ensure password number of changed characters is configured #281

Open
msachikanta opened this issue Jan 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@msachikanta
Copy link

Have you checked ReadtheDocs?:
Yes

Describe the Issue
Getting following error during ansible run:

WARNING]: Unable to find '/etc/security/pwquality.conf.d' in expected paths
failed: [default] (item=/etc/pam.d/base-auth) => {"ansible_loop_var": "item", "changed": false, "item": "/etc/pam.d/base-auth", "msg": "Path /etc/pam.d/base-auth does not exist !", "rc": 257}

Expected Behavior
I expect the task should be implemented successfully.

Actual Behavior
Getting following error during ansible run:

WARNING]: Unable to find '/etc/security/pwquality.conf.d' in expected paths
failed: [default] (item=/etc/pam.d/base-auth) => {"ansible_loop_var": "item", "changed": false, "item": "/etc/pam.d/base-auth", "msg": "Path /etc/pam.d/base-auth does not exist !", "rc": 257}

Control(s) Affected
Following controls are being affected by the issue.

rhel9cis_rule_5_3_3_2_1

Environment (please complete the following information):

  • branch being used: devel

Additional Notes
Please provide a fix as soon as possible.

Possible Solution
May be update to with_fileglob list within Task 5.3.3.2.1

@msachikanta msachikanta added the bug Something isn't working label Jan 22, 2025
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