From ca0d959df8020c4e5c7bf9dd5d27556158e7191d Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 15 Aug 2013 12:31:32 +0200 Subject: Add base-id, range-size and range-type options to trust-add dialog https://fedorahosted.org/freeipa/ticket/3049 --- ipalib/plugins/internal.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/plugins/internal.py') 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"), -- cgit