Skip to content
Snippets Groups Projects
Select Git revision
  • 2f8fc92182d598eb65de52897d0c447ffa7cada9
  • master default protected
  • v2.27.1
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
22 results

modules

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    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
    Name Last commit Last update
    ..