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-18 14:33:52 +0100
commit04678253ea21e26cd72ae26b8f81ca3657471abf (patch)
tree1bdd65c62afbe168a0bb88067db6e179a117bdcf /ipalib/plugins/internal.py
parentc07bd84cfd4ae471bd72020d78bdd3c07b7a08b5 (diff)
downloadfreeipa.git-04678253ea21e26cd72ae26b8f81ca3657471abf.tar.gz
freeipa.git-04678253ea21e26cd72ae26b8f81ca3657471abf.tar.xz
freeipa.git-04678253ea21e26cd72ae26b8f81ca3657471abf.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 42bece60..2ca112ee 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"),