-
Notifications
You must be signed in to change notification settings - Fork 698
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
Add Ansible remediation to sssd_enable_pam_services #11796
Merged
Merged
Commits on Apr 5, 2024
-
Add Ansible remediation to sssd_enable_pam_services
This commit adds an Ansible remediation to rule sssd_enable_pam_services. Fixes: ComplianceAsCode#11753
Configuration menu - View commit details
-
Copy full SHA for f946dd3 - Browse repository at this point
Copy the full SHA f946dd3View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c6423c - Browse repository at this point
Copy the full SHA 6c6423cView commit details -
Imrpove the regular expression so that it won't match entries containing the pam entry. This would lead to duplication of pam entries if the Playbook is executed twice or multiple times.
Configuration menu - View commit details
-
Copy full SHA for 5926b17 - Browse repository at this point
Copy the full SHA 5926b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be46e6 - Browse repository at this point
Copy the full SHA 5be46e6View commit details -
Add test scenario for conf.d directory
This test scenario tests a pass situation if the conf.d directory is used for configuration.
Configuration menu - View commit details
-
Copy full SHA for d0ae92f - Browse repository at this point
Copy the full SHA d0ae92fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5fc104 - Browse repository at this point
Copy the full SHA a5fc104View commit details
Commits on Apr 10, 2024
-
Resolves this fail on CentOS 7: 34/44 Test #34: ansible-playbook-syntax-check-rhel7 ..............................***Failed 2.69 sec [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' ERROR! couldn't resolve module/action 'community.general.ini_file'. This often indicates a misspelling, missing collection, or incorrect module path.
Configuration menu - View commit details
-
Copy full SHA for 2dc0247 - Browse repository at this point
Copy the full SHA 2dc0247View commit details
Commits on Apr 12, 2024
-
Prevent removing existing entries
If a services key exists, and contains a compliant line in sssd.conf which also contains other services, eg. `services = nss,pam` we shouldn't remove the other services but we should keep them.
Configuration menu - View commit details
-
Copy full SHA for 4592d2e - Browse repository at this point
Copy the full SHA 4592d2eView commit details
Commits on Apr 15, 2024
-
Update task to check if line is already present
The task was updated to ensure that last task is only executed when there isn't already any definition of "services" in sssd section. Only this case a new line will be included. This is to avoid removing existing options from existing configuration.
Configuration menu - View commit details
-
Copy full SHA for 1f7b478 - Browse repository at this point
Copy the full SHA 1f7b478View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.