Fixed labels for sudo and hbac rules

This commit is contained in:
Adam Young 2011-03-25 17:51:15 -04:00
parent 7515fd5563
commit dd2d9fc1c4
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -65,7 +65,7 @@ class sudorule(LDAPObject):
'ipasudorunasgroup': ['group'], 'ipasudorunasgroup': ['group'],
} }
label = _('Sudo') label = _('Sudo Rule')
takes_params = ( takes_params = (
Str('cn', Str('cn',