summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-08-15 12:31:32 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-08-22 15:23:56 +0200
commitca0d959df8020c4e5c7bf9dd5d27556158e7191d (patch)
treee1658759eb9a4d15f991ffd35bef281de694cfb2 /ipalib/plugins/internal.py
parentc318213250af68c02cc72fa609b3b844f929166b (diff)
downloadfreeipa-ca0d959df8020c4e5c7bf9dd5d27556158e7191d.tar.gz
freeipa-ca0d959df8020c4e5c7bf9dd5d27556158e7191d.tar.xz
freeipa-ca0d959df8020c4e5c7bf9dd5d27556158e7191d.zip
Add base-id, range-size and range-type options to trust-add dialog
https://fedorahosted.org/freeipa/ticket/3049
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index b837412c7..83b505dae 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -517,6 +517,7 @@ class i18n_messages(Command):
"type": _("Range type"),
"type_ad": _("Active Directory domain"),
"type_ad_posix": _("Active Directory domain with POSIX attributes"),
+ "type_detect": _("Detect"),
"type_local": _("Local domain"),
"type_ipa": _("IPA trust"),
"type_winsync": _("Active Directory winsync"),