Skip to content
  1. Jun 11, 2018
  2. May 18, 2018
    • Thomas Woerner's avatar
      Merge pull request #22 from kellinm/no-change-on-python3-test · d4b7d4d3
      Thomas Woerner authored
      Capturing python3 check result is not a change
      d4b7d4d3
    • Thomas Woerner's avatar
      Merge pull request #21 from etcet/master · 80c81c2b
      Thomas Woerner authored
      Fix typo in README
      80c81c2b
    • Thomas Woerner's avatar
      ipaclient: Make krb5 DNS lookup possible in cluster environments · 397acc01
      Thomas Woerner authored
      krb5 DNS discovery was not possible in cluster environments as the server
      list from groups.ipaserver was used all the time. DNS discovery is though
      only used if no servers are given.
      
      The new setting ipaclient_no_dns_lookup has been added to make sure that
      DNS lookup is used in the first place and can be disabled easily with this
      setting. There is also a new way to override servers per client in the
      inventory file with ipaclient_servers.
      
      Two new settings have been added:
      
      ipaclient_no_dns_lookup (bool, default: no)
        Set to 'yes' to use groups.ipaserver in cluster environments as servers
        for the clients. This deactivates DNS lookup in krb5.
      
      ipaclient_servers (list of strings, default: undefined)
        Manually override list of servers for example in a cluster environment on
        a per client basis. The list of servers is normally taken from from
        groups.ipaserver in cluster environments.
      397acc01
    • Thomas Woerner's avatar
      ipaclient: Fix krb5 DNS lookup and servers · 3e9568e3
      Thomas Woerner authored
      The krb5 DNS lookup settings krb5_dns_lookup_realm and krb5_dns_lookup_kdc
      ans also the servers have not been set properly set if no server has been
      specified and discovery succeeded. This has been fixed.
      
      This fixes issue #23.
      3e9568e3
  3. Apr 11, 2018
  4. Apr 04, 2018
  5. Feb 27, 2018
  6. Feb 21, 2018
  7. Feb 13, 2018
  8. Feb 09, 2018
  9. Feb 01, 2018
  10. Jan 31, 2018
  11. Jan 30, 2018
    • Thomas Woerner's avatar
      ipaserver: Fix DNS installation forward policy and DNSSEC validation · ecdbcea1
      Thomas Woerner authored
      forward_policy needs to be None for the DNS check for proper initialization
      if the user is not providing another forward_policy value. forward_policy will
      be set in the DNS check.
      
      no_dnssec_validation is enabled in the DNS check if the forwarders do not
      provide DNSSEC validation. Therefore this needs to be handed over to the dns
      installation later on.
      
      New return values for forward_policy and no_dnssec_validation have been added
      to the ipaserver_test module.
      ecdbcea1
  12. Jan 29, 2018