summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-08-03 16:18:27 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-08-21 14:35:19 +0200
commit2d63e28c7825ced7d038d6ea655416f5648e6c23 (patch)
treeaa31864a5404f863f94c9580ed2c835f2be6f7d9 /ipalib
parentaf4d5344284e81b3241b0e3284ab98d876644c83 (diff)
downloadfreeipa-2d63e28c7825ced7d038d6ea655416f5648e6c23.tar.gz
freeipa-2d63e28c7825ced7d038d6ea655416f5648e6c23.tar.xz
freeipa-2d63e28c7825ced7d038d6ea655416f5648e6c23.zip
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
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 02ba5819a..88402fb54 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"),
},