Skip to content
  1. Jun 09, 2020
  2. Jun 06, 2020
  3. Jun 05, 2020
  4. Jun 04, 2020
  5. Jun 01, 2020
    • Rafael Guterres Jeffman's avatar
      Fixes host absent when DNS zone is not found. · 05a1aaed
      Rafael Guterres Jeffman authored
      Since ipahost uses dnsrecord-show, it raises an error when DNS zone is
      not found, but it should not be an ipahost concern.
      
      This patch fixes this behavior by returning no record if DNS zone is
      not found, so processing resumes as if there is no record for the host.
      It fixes behavior when `state: absent` and dnszone does not exist, so,
      host should not exist either, and the ipahost answer is correct and
      indifferent to DNS Zone state.
      05a1aaed
  6. May 28, 2020
  7. May 27, 2020
  8. May 20, 2020
  9. May 14, 2020
  10. May 13, 2020
    • Rafael Guterres Jeffman's avatar
      Fixes behavior of ipavault when no user, service or shared is given. · c236fe3d
      Rafael Guterres Jeffman authored
      IPA CLI allows the creation of vaults without specifying user, service or a
      shared vault, defaulting to create a user vault for the `admin` user. The
      vault module, required that one of user, service or shared was explicitly
      provided, and this patch makes the module behave like the CLI command.
      
      Tests were added to reflect this change.
      c236fe3d
  11. May 12, 2020
  12. May 11, 2020
    • Thomas Woerner's avatar
      ipagroup: Add lacking service check for group_remove_member with old IPA · 60c8be19
      Thomas Woerner authored
      group_remove_member is not able to handle services in old IPA releases.
      In one case the check was missing and the removal of a user from a group
      failed because of this with an older IPA version. The missing check has
      been added.
      
      Fixes #257 (ipagroup fails to remove user from group ipausers)
      60c8be19
    • Thomas Woerner's avatar
      tests/host/test_hosts_principal.yml: Remove dudplicate hosts tag · 1f1762bd
      Thomas Woerner authored
      The hosts tag is used twice in some tests. This leads to a warning in
      Ansible. The commit removes the duplicate tags.
      1f1762bd
    • Thomas Woerner's avatar
      ipahost: Use dnsrecord_show instead of dnsrecord_find command · 2b084e6d
      Thomas Woerner authored
      The host_find command had to be replaced to get the "has_password" and
      "has_keytab" return values. This commit replaces the dnsrecord_find
      with the dnsrecord_show command to have consistent find functions in
      the module.
      2b084e6d
    • Thomas Woerner's avatar
      ipahost: Honour update_password also for random · b3d5b32e
      Thomas Woerner authored
      If random is enabled and update_password is limited to "create_only", the
      random password may only be changed if the host does not exist yet.
      
      Additionally the generation of the random password will fail, if the host
      is already enrolled if update_password is "always" (default value). An
      error will be reported early in this case now.
      
      The command host_show is now used instead of host_find, as `has_password`
      and `has_keytab` are only returned by host_show, but not by host_find. The
      find_host function has been adapated for this change.
      
      Resolves: #253 (ipahost is not idempotent)
      b3d5b32e
Loading