mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added a fix for setting Priority as required field in Password Policy Details facet
Fixes: https://fedorahosted.org/freeipa/ticket/6335 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
parent
0e6d6e4032
commit
8149b762b4
@ -69,7 +69,10 @@ return {
|
|||||||
name: 'krbpwdlockoutduration',
|
name: 'krbpwdlockoutduration',
|
||||||
measurement_unit: 'seconds'
|
measurement_unit: 'seconds'
|
||||||
},
|
},
|
||||||
'cospriority'
|
{
|
||||||
|
name: 'cospriority',
|
||||||
|
required: true
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user