mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
f602ad270d
commit
1fcbad4bcb
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user