Skip to content
  1. Oct 19, 2022
  2. Oct 18, 2022
    • Thomas Woerner's avatar
      Merge pull request #961 from rjeffman/ipaconfig_fix_enable_sid_not_required · f8ca8a7b
      Thomas Woerner authored
      ipaconfig: Do not require enable_sid for add_sids or netbios_name
      f8ca8a7b
    • Rafael Guterres Jeffman's avatar
      ipaconfig: Do not require enable_sid for add_sids or netbios_name · c808ad6e
      Rafael Guterres Jeffman authored
      Current behavior of ipaconfig mimics FreeIPA CLI and requires that
      'enable_sid' is set to True every time add_sids or netbios_name are
      used. It is sufficient that SID generation is enabled to use add_sids
      and netbios_name, but the IPA API requires 'enable_sid' so that the
      operations are executed.
      
      This patch allows ansible-freeipa plugin ipaconfig to run 'add_sids' or
      set 'netbios_name without requiring 'enable_sid' to be set on the
      playbook.
      
      If SID generation is enabled, 'add_sids' and 'netbios_name' can be used
      without 'enable_sid: yes'. If SID generation is not enabled, an error
      message will be raised if 'enable_sid: yes' is not used.
      c808ad6e
  3. Oct 17, 2022
  4. Oct 13, 2022
  5. Oct 08, 2022
  6. Oct 06, 2022
  7. Oct 04, 2022
  8. Oct 03, 2022
  9. Oct 01, 2022
  10. Sep 30, 2022