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
This commit is contained in:
Petr Vobornik 2012-06-06 13:00:44 +02:00 committed by Rob Crittenden
parent f602ad270d
commit 1fcbad4bcb

View File

@ -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',