mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added missing fields to password policy page
https://fedorahosted.org/freeipa/ticket/1944 No editable fields exist for "maxfail", "failinterval" "lockouttime" and "priority" in password policy page.
This commit is contained in:
parent
3e1c04f933
commit
89b869d2c2
@ -39,8 +39,16 @@ IPA.entity_factories.pwpolicy = function() {
|
|||||||
name: 'cn',
|
name: 'cn',
|
||||||
other_entity: 'group'
|
other_entity: 'group'
|
||||||
},
|
},
|
||||||
'krbmaxpwdlife','krbminpwdlife','krbpwdhistorylength',
|
'krbmaxpwdlife',
|
||||||
'krbpwdmindiffchars','krbpwdminlength']
|
'krbminpwdlife',
|
||||||
|
'krbpwdhistorylength',
|
||||||
|
'krbpwdmindiffchars',
|
||||||
|
'krbpwdminlength',
|
||||||
|
'krbpwdmaxfailure',
|
||||||
|
'krbpwdfailurecountinterval',
|
||||||
|
'krbpwdlockoutduration',
|
||||||
|
'cospriority'
|
||||||
|
]
|
||||||
}]}).
|
}]}).
|
||||||
standard_association_facets().
|
standard_association_facets().
|
||||||
adder_dialog({
|
adder_dialog({
|
||||||
|
Loading…
Reference in New Issue
Block a user