summaryrefslogtreecommitdiffstats
path: root/ipalib
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:21:20 +0200
commit414e59e900d06a937bb139846d37cc3c9c71f767 (patch)
tree14ce180058af869092b41ffde10f98c744abbd70 /ipalib
parent646db4d90d5d31a36099ada749671e66a6fd78c4 (diff)
downloadfreeipa.git-414e59e900d06a937bb139846d37cc3c9c71f767.tar.gz
freeipa.git-414e59e900d06a937bb139846d37cc3c9c71f767.tar.xz
freeipa.git-414e59e900d06a937bb139846d37cc3c9c71f767.zip
Add base-id, range-size and range-type options to trust-add dialog
https://fedorahosted.org/freeipa/ticket/3049
Diffstat (limited to 'ipalib')
-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 b837412c..83b505da 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"),