Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 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
  • v1.8.3
21 results

iparole.py

  • Rafael Guterres Jeffman's avatar
    846fdc06
    iparole: Fix idempotence issues with members. · 846fdc06
    Rafael Guterres Jeffman authored
    IPA role members users, groups, hostgroups and privilege must be
    compared in a case insensitive way, and either are stored in lowercase
    or IPA API fixes the value for proper representation.
    
    This patch forces all comparisons of this values to be performed in
    lowercase, and also only modify the values if it is really needed.
    846fdc06
    History
    iparole: Fix idempotence issues with members.
    Rafael Guterres Jeffman authored
    IPA role members users, groups, hostgroups and privilege must be
    compared in a case insensitive way, and either are stored in lowercase
    or IPA API fixes the value for proper representation.
    
    This patch forces all comparisons of this values to be performed in
    lowercase, and also only modify the values if it is really needed.