Skip to content
  1. Jul 01, 2024
  2. Jun 28, 2024
  3. Jun 26, 2024
    • Thomas Woerner's avatar
      permission: Fix idempotency issues for DN parameters · 173acf28
      Thomas Woerner authored
      The parameters
      
      - subtree (ipapermlocation)
      - target (ipapermtarget)
      - targetto (ipapermtargetto)
      - targetfrom (ipapermtargetfrom)
      
      have not been idempotent as the result returned from permission_show was
      a DN and not a string.
      
      The find_permission function has been exetended to convert the values
      for these parameters to strings.
      
      Fixes: #1257
      173acf28
  4. Jun 25, 2024
    • Thomas Woerner's avatar
      ansible_freeipa_module: Fix errors in batch mode · 39ba2257
      Thomas Woerner authored
      The error string returned by execute_ipa_commands in batch mode
      additionally contains the whole parameter list for the command. This is
      different to non batch mode execution and breaks tests that are checking
      the returned error message.
      
      A left over debug message also have been removed from the error
      processing.
      39ba2257
    • Thomas Woerner's avatar
      ipauser: Use new convert_input_certificates · b7ccd8fe
      Thomas Woerner authored
      Certificates given by ansible could have leading and trailing white
      space, but also multi line input is possible that also could have
      leading and training white space and newlines.
      b7ccd8fe
    • Thomas Woerner's avatar
      ipaidoverrideusere: Use new convert_input_certificates · ef94b703
      Thomas Woerner authored
      Certificates given by ansible could have leading and trailing white
      space, but also multi line input is possible that also could have
      leading and training white space and newlines.
      ef94b703
    • Thomas Woerner's avatar
      ipahost: Use new convert_input_certificates · 0dc58be3
      Thomas Woerner authored
      Certificates given by ansible could have leading and trailing white
      space, but also multi line input is possible that also could have
      leading and training white space and newlines.
      0dc58be3
    • Thomas Woerner's avatar
      ipaservice: Use new convert_input_certificates · b64da1db
      Thomas Woerner authored
      Certificates given by ansible could have leading and trailing white
      space, but also multi line input is possible that also could have
      leading and training white space and newlines.
      b64da1db
Loading