mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-03 04:01:27 -06:00
Fixed labels for sudo and hbac rules
This commit is contained in:
parent
7515fd5563
commit
dd2d9fc1c4
@ -123,7 +123,7 @@ class hbacrule(LDAPObject):
|
|||||||
'memberservice': ['hbacsvc', 'hbacsvcgroup'],
|
'memberservice': ['hbacsvc', 'hbacsvcgroup'],
|
||||||
}
|
}
|
||||||
|
|
||||||
label = _('HBAC')
|
label = _('HBAC Rule')
|
||||||
|
|
||||||
takes_params = (
|
takes_params = (
|
||||||
Str('cn',
|
Str('cn',
|
||||||
|
@ -65,7 +65,7 @@ class sudorule(LDAPObject):
|
|||||||
'ipasudorunasgroup': ['group'],
|
'ipasudorunasgroup': ['group'],
|
||||||
}
|
}
|
||||||
|
|
||||||
label = _('Sudo')
|
label = _('Sudo Rule')
|
||||||
|
|
||||||
takes_params = (
|
takes_params = (
|
||||||
Str('cn',
|
Str('cn',
|
||||||
|
Loading…
Reference in New Issue
Block a user