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

Blame
    • Rafael Guterres Jeffman's avatar
      3c8d6c7c
      ipaconfig: Add support for SID related attributes. · 3c8d6c7c
      Rafael Guterres Jeffman authored
      Since FreeIPA 4.9.8 the 'config_mod' command has parameters to enable
      and configure SIDs, and set the Netbios name.
      
      This patch adds the following parameters to ipaconfig plugin:
          enable_sids: New users and groups automatically get a SID assigned
          add_sids: Add SIDs for existing users and groups
          netbios_name: NetBIOS name of the IPA domain
      
      Both add_sids and netbios_name requires 'enable_sid: yes'.
      
      'enable_sid' and 'netbios_name' are returned when querying IPA
      configuration.
      
      'add_sids' always generate SIDs for users and groups, so, muiltiple
      executions of the playbook with 'add_sids: yes' will return 'changed',
      even if users and groups SIDs are not modified.
      
      A new test playbook is available:
      
          tests/config/test_config_sid.yml
      
      New examples playbooks are available:
      
          playbooks/config/change-ipa-domain-netbios-name.yml
          playbooks/config/generate-users-groups-sids.yml
      
      Fixes: #781
      Related: https://bugzilla.redhat.com/show_bug.cgi?id=2069174
      Related: https://bugzilla.redhat.com/show_bug.cgi?id=2069184
      3c8d6c7c
      History
      ipaconfig: Add support for SID related attributes.
      Rafael Guterres Jeffman authored
      Since FreeIPA 4.9.8 the 'config_mod' command has parameters to enable
      and configure SIDs, and set the Netbios name.
      
      This patch adds the following parameters to ipaconfig plugin:
          enable_sids: New users and groups automatically get a SID assigned
          add_sids: Add SIDs for existing users and groups
          netbios_name: NetBIOS name of the IPA domain
      
      Both add_sids and netbios_name requires 'enable_sid: yes'.
      
      'enable_sid' and 'netbios_name' are returned when querying IPA
      configuration.
      
      'add_sids' always generate SIDs for users and groups, so, muiltiple
      executions of the playbook with 'add_sids: yes' will return 'changed',
      even if users and groups SIDs are not modified.
      
      A new test playbook is available:
      
          tests/config/test_config_sid.yml
      
      New examples playbooks are available:
      
          playbooks/config/change-ipa-domain-netbios-name.yml
          playbooks/config/generate-users-groups-sids.yml
      
      Fixes: #781
      Related: https://bugzilla.redhat.com/show_bug.cgi?id=2069174
      Related: https://bugzilla.redhat.com/show_bug.cgi?id=2069184