summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/internal.py')
-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"),
},