Skip to content
  1. Jun 25, 2019
    • Thomas Woerner's avatar
      ipareplica: Set all needed settings for kra · 5d881a9b
      Thomas Woerner authored
      Some settings for kra have not been correct for kra with the change to
      use single Custodia instance in the installer (freeipa 994f71ac8).
      
      These modules have been adapted:
      
        ipareplica_custodia_import_dm_password
        ipareplica_enable_ipa
        ipareplica_setup_ca
        ipareplica_setup_custodia
        ipareplica_setup_kra
      5d881a9b
  2. Jun 21, 2019
    • Thomas Woerner's avatar
      ipareplica: Make sure that certmonger picks the right master · 20922206
      Thomas Woerner authored
      This is related to freeipa#0f31564b35aac250456233f98730811560eda664
      
        During ipa-replica-install, http installation first creates a service
        principal for http/hostname (locally on the soon-to-be-replica), then
        waits for this entry to be replicated on the master picked for the
        install.
        In a later step, the installer requests a certificate for HTTPd. The local
        certmonger first tries the master defined in xmlrpc_uri (which is
        pointing to the soon-to-be-replica), but fails because the service is not
        up yet. Then certmonger tries to find a master by using the DNS and looking
        for a ldap service. This step can pick a different master, where the
        principal entry has not always be replicated yet.
        As the certificate request adds the principal if it does not exist, we can
        end by re-creating the principal and have a replication conflict.
      
        The replication conflict later causes kerberos issues, preventing
        from installing a new replica.
      
        The proposed fix forces xmlrpc_uri to point to the same master as the one
        picked for the installation, in order to make sure that the master already
        contains the principal entry.
      
        https://pagure.io/freeipa/issue/7041
      20922206
    • Thomas Woerner's avatar
      ansible_ipa_client: Always set options.unattended · ca4518a6
      Thomas Woerner authored
      This has not been done so far in the ansible_ipa_client, but only in the
      modules where it was really needed. But as these places are getting more
      with 4.7.90, this setting makes it into the module_utils.
      ca4518a6
  3. Jun 17, 2019
  4. Jun 14, 2019
  5. Jun 12, 2019
  6. Jun 07, 2019
  7. Jun 05, 2019
  8. Jun 04, 2019
  9. May 31, 2019
Loading