From 2d63e28c7825ced7d038d6ea655416f5648e6c23 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 3 Aug 2012 16:18:27 +0200 Subject: Range Web UI Range web UI was implemented. It consist of: * new menu item - 'ranges' in 'IPA Server' tab * new search page * new details page https://fedorahosted.org/freeipa/ticket/2894 --- ipalib/plugins/internal.py | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 02ba5819..88402fb5 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -499,6 +499,17 @@ class i18n_messages(Command): "pwpolicy": { "identity": _("Password Policy"), }, + "range": { + "details": _("Range Settings"), + "ipabaseid": _("Base ID"), + "ipabaserid": _("Primary RID base"), + "ipaidrangesize": _("Range size"), + "ipanttrusteddomainsid": _("Domain SID"), + "ipasecondarybaserid": _("Secondary RID base"), + "type": _("Range type"), + "type_ad": _("Active Directory domain"), + "type_local": _("Local domain"), + }, "role": { "identity": _("Role Settings"), }, -- cgit