diff options
author | Ana Krivokapic <akrivoka@redhat.com> | 2013-07-16 18:40:02 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-07-29 10:38:03 +0200 |
commit | 69bcfa49d43b07f9c3e4f00cac38da86378be292 (patch) | |
tree | 817e1ba03aad792a41c05d3bc1f3535a42dd7618 /ipalib | |
parent | 381f22af2525abfe0c314e9f9d5b359770beb36b (diff) | |
download | freeipa-69bcfa49d43b07f9c3e4f00cac38da86378be292.tar.gz freeipa-69bcfa49d43b07f9c3e4f00cac38da86378be292.tar.xz freeipa-69bcfa49d43b07f9c3e4f00cac38da86378be292.zip |
Expose ipaRangeType in Web UI
https://fedorahosted.org/freeipa/ticket/3759
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/plugins/internal.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 9bbc0c9f5..b837412c7 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"), |