mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
FIX: ipa_kdb_principals: add missing break statement
Needs a 'break' otherwise prevents correct reporting of data and it always overrides it with the placeholder data. Reviewed-By: Simo Sorce <ssorce@redhat.com>
This commit is contained in:
parent
7b976c664d
commit
21f7584f9f
@ -596,6 +596,7 @@ static krb5_error_code ipadb_parse_ldap_entry(krb5_context kcontext,
|
||||
case 0:
|
||||
entry->tl_data = res_tl_data;
|
||||
entry->n_tl_data = result;
|
||||
break;
|
||||
case ENOENT:
|
||||
/* The kadmin utility expects always at least KRB5_TL_MOD_PRINC tl_data
|
||||
* to be available. So if krbExtraData is missing (may happen when a
|
||||
|
Loading…
Reference in New Issue
Block a user