From 18ec29c42b6ee239396f0b28f8566fbb2261264c Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 26 Jan 2011 14:24:41 -0500 Subject: adding label for RBAC --- ipalib/plugins/internal.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 7f812962..ab53a053 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"), -- cgit