summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-06-06 13:00:44 +0200
committerRob Crittenden <rcritten@redhat.com>2012-06-06 22:14:12 -0400
commit1fcbad4bcb6c3a98dc102c55bc17783ef7baff34 (patch)
treee46cb1da0c70738024d48c6670e7441bfc29dea5
parentf602ad270d06a0dd7f53c4aa6904d27daa07d4ae (diff)
Update of serverconfig ipaconfigstring options
Patch "Add options to reduce writes from KDC" adds two more possible values to config plugins ipaconfigstring configuration options. These are: * KDC:Disable Last Success * KDC:Disable Lockout This patch adds them to Web UI https://fedorahosted.org/freeipa/ticket/2734
-rw-r--r--install/ui/serverconfig.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/install/ui/serverconfig.js b/install/ui/serverconfig.js
index 2b9be6ede..3e61f6509 100644
--- a/install/ui/serverconfig.js
+++ b/install/ui/serverconfig.js
@@ -62,7 +62,10 @@ IPA.config.entity = function(spec) {
{
name: 'ipaconfigstring',
type: 'checkboxes',
- options: IPA.create_options(['AllowLMhash','AllowNThash'])
+ options: IPA.create_options([
+ 'AllowLMhash', 'AllowNThash',
+ 'KDC:Disable Last Success', 'KDC:Disable Lockout'
+ ])
},
{
type: 'checkbox',