Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
21 results

README-config.md

  • Rafael Guterres Jeffman's avatar
    c808ad6e
    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
    History
    ipaconfig: Do not require enable_sid for add_sids or netbios_name
    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.