From: Nick Porter Date: Mon, 12 Feb 2024 18:00:43 +0000 (+0000) Subject: NT Password is not needed for external mschap methods X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=548a15324ecc136e9f65e8d4af35219aa8961583;p=thirdparty%2Ffreeradius-server.git NT Password is not needed for external mschap methods --- diff --git a/src/modules/rlm_mschap/rlm_mschap.c b/src/modules/rlm_mschap/rlm_mschap.c index d2a9a0ebb20..a0ba0ff3acf 100644 --- a/src/modules/rlm_mschap/rlm_mschap.c +++ b/src/modules/rlm_mschap/rlm_mschap.c @@ -1678,7 +1678,7 @@ static int CC_HINT(nonnull(1, 2, 3)) nt_password_find(bool *ephemeral, fr_pair_t * ..if we're not, then we can call out to external sources. */ } else { - return -1; + return 0; } }