summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-26 14:24:41 -0500
committerAdam Young <ayoung@redhat.com>2011-01-27 16:52:52 -0500
commit18ec29c42b6ee239396f0b28f8566fbb2261264c (patch)
treed63ba68641c5e65f16867e04fa7530ba0711f53c /ipalib/plugins/internal.py
parentc3e065879056d85f0a769368c82b128a58c148e1 (diff)
downloadfreeipa-18ec29c42b6ee239396f0b28f8566fbb2261264c.tar.gz
freeipa-18ec29c42b6ee239396f0b28f8566fbb2261264c.tar.xz
freeipa-18ec29c42b6ee239396f0b28f8566fbb2261264c.zip
adding label for RBAC
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 7f812962a..ab53a0538 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -110,7 +110,8 @@ class i18n_messages(Command):
"audit": _("Audit"),
"ipaserver":_("IPA Server"),
"sudo":_("SUDO"),
- "hbac":_("HBAC")},
+ "hbac":_("HBAC"),
+ "role":_("Role Based Access Control")},
"association":{
"managedby":_("Managed by"),
"members":_("Members"),