Skip to content
  1. Jun 14, 2019
  2. Jun 12, 2019
  3. Jun 07, 2019
  4. Jun 05, 2019
  5. Jun 04, 2019
    • Thomas Woerner's avatar
      ipa[server,replica,client]: Deactivate Python2/3 test · b51397eb
      Thomas Woerner authored
      This test is not properly working with EL-8 nodes as the default system
      python is not located in /usr/bin. Additionally Ansible 2.8 is able to
      detect the default python version on the system. As the installation
      base for IPA 4.5.90 where the Python 3 bindings have not been working
      properly should be really small or not existing any more the deactivation
      of this test should be fine.
      b51397eb
  6. May 31, 2019
  7. May 13, 2019
  8. May 09, 2019
  9. May 03, 2019
  10. Apr 26, 2019
  11. Apr 18, 2019
  12. Apr 17, 2019
  13. Apr 16, 2019
  14. Apr 05, 2019
  15. Apr 04, 2019
    • Thomas Woerner's avatar
      ipaclient: Fix issues with FreeIPA 4.6 and prior · 15f650cc
      Thomas Woerner authored
      check_ldap_conf is only available in FreeIPA 4.7 and later and
      tasks.is_nosssd_supported is only available since 4.6.90.pre2.
      
      check_ldap_conf is None (ansible_ipa_client) if it can not be imported.
      hasattr has been added to check if is_nosssd_supported is a valid
      attribute in tasks.
      
      Fixes: #61 (ipaserver role - Fails on ipaclient install)
      15f650cc
    • Thomas Woerner's avatar
      ipa[client,server]: Inspect validate_domain_name for 4.6 and prior · 818db5cb
      Thomas Woerner authored
      The entity argument for validate_domain_name is only available in
      FreeIPA 4.7 and later. This has been fixed using inspect to be able to
      detect if entity is a valid argument. If not the whole realm name check
      is skipped.
      
      Related: #61 (ipaserver role - Fails on ipaclient install)
      Fixes: #66 (Python 2 error with validate_domain)
      818db5cb
  16. Apr 03, 2019
  17. Mar 26, 2019
Loading