summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-03-22 17:54:12 +0100
committerPetr Vobornik <pvoborni@redhat.com>2013-03-29 17:12:25 +0100
commit661f41e197779ac48e9f37f201080504962c8bed (patch)
treee83f5092162668bafef42a8e70ca1c1712f13259 /ipalib/plugins/internal.py
parent04325fbb4c64ee4aef6d8c9adf0ff95b8b653101 (diff)
downloadfreeipa.git-661f41e197779ac48e9f37f201080504962c8bed.tar.gz
freeipa.git-661f41e197779ac48e9f37f201080504962c8bed.tar.xz
freeipa.git-661f41e197779ac48e9f37f201080504962c8bed.zip
Added Web UI support for service PAC type option: NONE
ipakrbauthzdata accepts [null, 'NONE', 'MS-PAC, 'PAD'] New nesting feature of radios/checkboxes was used to handle mutual exclusivity between ['MS-PAC', 'PAD'], 'NONE' and ''. https://fedorahosted.org/freeipa/ticket/3404
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 85bf7d21..4cce2c60 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -266,6 +266,12 @@ class i18n_messages(Command):
"search": _("Search"),
},
"false": _("False"),
+ "krbauthzdata": {
+ "inherited": _("Inherited from server configuration"),
+ "mspac": _("MS-PAC"),
+ "override": _("Override inherited settings"),
+ "pad": _("PAD"),
+ },
"login": {
"form_auth": _("To login with username and password, enter them in the fields below then click Login."),
"header": _("Logged In As"),