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:
Petr Vobornik 2011-10-11 10:24:48 +02:00 committed by Rob Crittenden
parent 3e1c04f933
commit 89b869d2c2

View File

@ -39,8 +39,16 @@ IPA.entity_factories.pwpolicy = function() {
name: 'cn',
other_entity: 'group'
},
'krbmaxpwdlife','krbminpwdlife','krbpwdhistorylength',
'krbpwdmindiffchars','krbpwdminlength']
'krbmaxpwdlife',
'krbminpwdlife',
'krbpwdhistorylength',
'krbpwdmindiffchars',
'krbpwdminlength',
'krbpwdmaxfailure',
'krbpwdfailurecountinterval',
'krbpwdlockoutduration',
'cospriority'
]
}]}).
standard_association_facets().
adder_dialog({