Skip to content
  1. Feb 11, 2025
  2. Feb 07, 2025
    • Thomas Woerner's avatar
      ipa* deployment roles: Hotfix for dns_over_tls (Freeipa#7343) · 3c50a812
      Thomas Woerner authored
      This is a hotfix to allow deployments of clients, replicas and servers
      with the dns_over_tls PR for freeipa: https://github.com/freeipa/freeipa/pull/7343/
      
      ipaclient: client.update_ssh_keys has changed parameters,
      options.dns_over_tls needs to be set for ipaclient_setup_nss.
      
      ipareplica, ipaserver: Set new parameters globally in module_utils so
      far: options.dns_over_tls, options.dns_over_tls_key, options.dns_over_tls_cert,
      options.dot_forwarders and options.dns_policy.
      
      The enablement for DNS over TLS for the deployment roles will be done later on.
      3c50a812
  3. Feb 04, 2025
  4. Feb 03, 2025
  5. Jan 31, 2025
  6. Jan 29, 2025
  7. Dec 12, 2024
  8. Dec 11, 2024
  9. Dec 10, 2024
    • Thomas Woerner's avatar
      utils/build-galaxy-release.sh: Do not create duplicates for role plugins · 8e6c5e56
      Thomas Woerner authored
      This change reduces the size of the Ansible collection and removes unused
      files.
      
      While creating the collection, the role plugins have been linked into the
      global plugin folders, but a subsequent sed call replaced the links with
      changed files. The original files have also been changed with another sed
      call in the same way. This resulted in the duplication of the changed
      files.
      
      The plugins of the roles are now moved into the global plugin folders and
      only changed there. The now empty plugin folders in the roles are
      removed.
      8e6c5e56
    • Rafael Guterres Jeffman's avatar
      ipagroup: Correctly handle externalmember in member actions · 431dc866
      Rafael Guterres Jeffman authored
      When creating the lists of external members, the attribute
      'ipaexternalmember' also needs to be added to the list of external
      members that are part of the group object for external groups.
      
      A test to verify the correct behavior was added and the test suite for
      group external members have been cleaned up with 'yes' values changed to
      'true' and the use of module_defaults.
      431dc866
  10. Dec 05, 2024
    • Rafael Guterres Jeffman's avatar
      ipacert: Revoking with removeFromCRL should be handled as cert release · bc16ccae
      Rafael Guterres Jeffman authored
      When a revoked certificate with reason 6 (certificateHold) is revoked
      with reason 8 (removeFromCRL), the effect is that the certificate is
      valid again, as it is the same procedure as 'state: release'.
      
      This is, at least, the behavior with IPA CLI comands, which is
      implemented by this patch.
      
      A new test is added to verify this behavior:
      
          tests/cert/test_cert_remove_hold_with_removeFromCRL.yml
      bc16ccae
  11. Dec 03, 2024
  12. Dec 02, 2024
  13. Nov 29, 2024
  14. Nov 28, 2024
  15. Nov 26, 2024
  16. Nov 19, 2024
Loading