mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
kdb: fix typo in ipa_kdcpolicy_check_as
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
c0a2b37791
commit
7a9301c5f9
@ -128,7 +128,7 @@ ipa_kdcpolicy_check_as(krb5_context context, krb5_kdcpolicy_moddata moddata,
|
|||||||
valid_auth_indicators++;
|
valid_auth_indicators++;
|
||||||
/* Allow hardened even if only password pre-auth is allowed */
|
/* Allow hardened even if only password pre-auth is allowed */
|
||||||
if (!(ua & (IPADB_USER_AUTH_HARDENED | IPADB_USER_AUTH_PASSWORD))) {
|
if (!(ua & (IPADB_USER_AUTH_HARDENED | IPADB_USER_AUTH_PASSWORD))) {
|
||||||
*status = "Password pre-authentication not not allowed for this user.";
|
*status = "Password pre-authentication not allowed for this user.";
|
||||||
kerr = KRB5KDC_ERR_POLICY;
|
kerr = KRB5KDC_ERR_POLICY;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user