summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-02-08 15:09:44 +0100
committerPetr Vobornik <pvoborni@redhat.com>2013-03-06 12:56:44 +0100
commitdc5fcc2969789f03992a23ebd336b4c6f0d7e025 (patch)
tree61b9ec44226245210e25d92b474d06553086ddbd /ipalib/plugins/internal.py
parent99421026f6e641ab80618814bc6418f2d285f8f2 (diff)
downloadfreeipa-dc5fcc2969789f03992a23ebd336b4c6f0d7e025.tar.gz
freeipa-dc5fcc2969789f03992a23ebd336b4c6f0d7e025.tar.xz
freeipa-dc5fcc2969789f03992a23ebd336b4c6f0d7e025.zip
Web UI: configurable SID blacklists
Added blacklists section, with ipantsidblacklistincoming and ipantsidblacklistoutgoing multivalued textbox fields, into trust details page. https://fedorahosted.org/freeipa/ticket/3289
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 42bece601..2ca112ee0 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -586,6 +586,7 @@ class i18n_messages(Command):
"trust": {
"account": _("Account"),
"admin_account": _("Administrative account"),
+ "blacklists": _("SID blacklists"),
"details": _("Trust Settings"),
"domain": _("Domain"),
"establish_using": _("Establish using"),