Skip to content
Snippets Groups Projects
Select Git revision
  • 67179a8c4b94295bf416afee8daa7cac186a8e56
  • 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
22 results

iparole.py

  • Rafael Guterres Jeffman's avatar
    67179a8c
    Fix handling members in ipa role. · 67179a8c
    Rafael Guterres Jeffman authored
    When adding new members to a role, the existing members were removed.
    The correct behavior for the "member" action is to add those members,
    and substitute the existing ones. This patch fixes this behavior.
    
    Fix #409, #411, #412, #413
    67179a8c
    History
    Fix handling members in ipa role.
    Rafael Guterres Jeffman authored
    When adding new members to a role, the existing members were removed.
    The correct behavior for the "member" action is to add those members,
    and substitute the existing ones. This patch fixes this behavior.
    
    Fix #409, #411, #412, #413