From 69bcfa49d43b07f9c3e4f00cac38da86378be292 Mon Sep 17 00:00:00 2001 From: Ana Krivokapic Date: Tue, 16 Jul 2013 18:40:02 +0200 Subject: Expose ipaRangeType in Web UI https://fedorahosted.org/freeipa/ticket/3759 --- ipalib/plugins/internal.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 9bbc0c9f..b837412c 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -516,7 +516,10 @@ class i18n_messages(Command): "ipasecondarybaserid": _("Secondary RID base"), "type": _("Range type"), "type_ad": _("Active Directory domain"), + "type_ad_posix": _("Active Directory domain with POSIX attributes"), "type_local": _("Local domain"), + "type_ipa": _("IPA trust"), + "type_winsync": _("Active Directory winsync"), }, "realmdomains": { "identity": _("Realm Domains"), -- cgit