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

Update sssd ldap related rules to check /etc/sssd/conf.d/*.conf files #11474

Merged
merged 4 commits into from
Jan 31, 2024

Commits on Jan 30, 2024

  1. Update sssd-ldap rules

    Update rules sssd_ldap_configure_tls_ca_dir, sssd_ldap_start_tls &
    sssd_ldap_configure_tls_reqcert to also consider files in
    /etc/sssd/conf.d/ directory.
    This update includes OVAL changes for each rule, and changes in the
    macros that the remedations use
    
    Signed-off-by: Edgar Aguilar <edgar.aguilar@oracle.com>
    Xeicker committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1d93cb2 View commit details
    Browse the repository at this point in the history
  2. Add tests to sssd-ldap rules

    Add tests to cover scenarios with configurations in files in
    /etc/sssd/conf.d/ directory
    
    Signed-off-by: Edgar Aguilar <edgar.aguilar@oracle.com>
    Xeicker committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a09e9a6 View commit details
    Browse the repository at this point in the history
  3. Fix shellcheck warning on find command

    Signed-off-by: Edgar Aguilar <edgar.aguilar@oracle.com>
    Xeicker committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9b71455 View commit details
    Browse the repository at this point in the history
  4. Fix tests on sssd-ldap

    Signed-off-by: Edgar Aguilar <edgar.aguilar@oracle.com>
    Xeicker committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5537b5c View commit details
    Browse the repository at this point in the history