8000 fix accounts_password_pan_rety oval check for Debian by a-skr · Pull Request #13174 · ComplianceAsCode/content · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix accounts_password_pan_rety oval check for Debian #13174

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

Merged
merged 1 commit into from
Mar 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<definition class="compliance" id="{{{ rule_id }}}" version="2">
{{{ oval_metadata("The password retry should meet minimum requirements") }}}
<criteria operator="AND" comment="The password retry should meet minimum requirements">
{{% if 'debian' not in product %}}
<extend_definition definition_ref="enable_authselect"/>
{{% endif %}}
<criteria operator="OR" comment="Conditions for retry are satisfied">
<criteria operator="AND" comment="Conditions for retry in PAM files are satisfied">
{{% for file in configuration_files %}}
Expand Down
Loading
0