Skip to content
  1. Jul 17, 2019
  2. Jul 16, 2019
  3. Jun 26, 2019
  4. Jun 25, 2019
  5. 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
  6. Jun 17, 2019
  7. Jun 14, 2019
  8. Jun 05, 2019
  9. Jun 04, 2019
  10. May 31, 2019
  11. May 03, 2019
  12. Apr 18, 2019
    • Thomas Woerner's avatar
      4d759b64
    • Thomas Woerner's avatar
      ipareplica_setup_adtrust: Add missing settings for adtrust and module · 832d2333
      Thomas Woerner authored
      There have been missing settings that have not been provided to
      ipareplica_setup_adtrust. These are: enable_compat, rid_base and
      secondary_rid_base.
      
      The settings rid_base and secondary_rid_base are now initialized in
      ipareplica_prepare and propagated in the results.
      
      The two settings netbios_name and reset_netbios_name are placed in the
      adtrust binding in the adtrust.install_check call. These are now saved
      when ipareplica_prepare finishes and are written back in the fist steps of
      ipareplica_setup_adtrust to make adtrust.install working.
      
      The settings add_sids and add_agents are now initialized in
      ansible_ipa_replica in the same way as in ServerMasterInstall. These
      settings are fixed in the replica deployment.
      
      Related: #73 (ipaserver_setup_adtrust fails on default smb.conf)
      832d2333
  13. Apr 17, 2019
  14. Apr 16, 2019
Loading