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

ipahbacrule.py

  • Thomas Woerner's avatar
    48f2ef88
    hbacrule: Fix use of builtin sudo hbacsvcgroup · 48f2ef88
    Thomas Woerner authored
    hbacsvcgroup names are converted to lower case while creation with
    hbacsvcgroup_add.
    
    The hbacsvcgroup for sudo is builtin with the name "Sudo" though. This
    breaks the lower case comparison. Therefore all memberservice_hbacsvcgroup
    items are converted to lower case if "Sudo" is in the list.
    48f2ef88
    History
    hbacrule: Fix use of builtin sudo hbacsvcgroup
    Thomas Woerner authored
    hbacsvcgroup names are converted to lower case while creation with
    hbacsvcgroup_add.
    
    The hbacsvcgroup for sudo is builtin with the name "Sudo" though. This
    breaks the lower case comparison. Therefore all memberservice_hbacsvcgroup
    items are converted to lower case if "Sudo" is in the list.