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

ipaservice.py

  • Rafael Guterres Jeffman's avatar
    f2b3e88d
    ipaservice: code refactor. · f2b3e88d
    Rafael Guterres Jeffman authored
    This PR refactors ipaservice to reduce the number of variables (in
    favor of a 'struct') and to group member management code so that it
    can be leveraged, and not partially duplicated, between the states
    and actions.
    
    Altough this code is less direct that the previous one, it will reduce
    the number fo changes to be made if changes to member management is
    required.
    f2b3e88d
    History
    ipaservice: code refactor.
    Rafael Guterres Jeffman authored
    This PR refactors ipaservice to reduce the number of variables (in
    favor of a 'struct') and to group member management code so that it
    can be leveraged, and not partially duplicated, between the states
    and actions.
    
    Altough this code is less direct that the previous one, it will reduce
    the number fo changes to be made if changes to member management is
    required.