Skip to content
  1. Apr 05, 2019
  2. 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
    • Thomas Woerner's avatar
      ipaserver_test: Do not show traceback in case of testing failures · 25495d1e
      Thomas Woerner authored
      ipaserver_test was not handling possible exceptions in the tests which
      resulted in a traceback. This has been fixed.
      25495d1e
  3. Apr 03, 2019
  4. Mar 26, 2019
  5. Mar 25, 2019