mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
Add missing break statement to password quality switch
Discovered by coverity. Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Robbie Harwood <rharwood@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
6e0634bd72
commit
cbf7bcbed5
@ -60,6 +60,7 @@ static krb5_error_code ipapwd_error_to_kerr(krb5_context context,
|
||||
case IPAPWD_POLICY_PWD_SEQUENCE:
|
||||
kerr = KADM5_PASS_Q_GENERIC;
|
||||
krb5_set_error_message(context, kerr, "Password contains a monotonic sequence");
|
||||
break;
|
||||
case IPAPWD_POLICY_PWD_PALINDROME:
|
||||
kerr = KADM5_PASS_Q_GENERIC;
|
||||
krb5_set_error_message(context, kerr, "Password is a palindrome");
|
||||
|
Loading…
Reference in New Issue
Block a user