From: Alan T. DeKok Date: Wed, 27 May 2015 12:50:30 +0000 (-0400) Subject: More debugging X-Git-Tag: release_3_0_9~320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1946285b08b7c6c9f01b481dbc571a558db0746a;p=thirdparty%2Ffreeradius-server.git More debugging --- diff --git a/src/modules/rlm_mschap/rlm_mschap.c b/src/modules/rlm_mschap/rlm_mschap.c index ea8e6620085..9cac6d04e01 100644 --- a/src/modules/rlm_mschap/rlm_mschap.c +++ b/src/modules/rlm_mschap/rlm_mschap.c @@ -1890,6 +1890,7 @@ static rlm_rcode_t CC_HINT(nonnull) mod_authenticate(void * instance, REQUEST *r snprintf(buffer, sizeof(buffer), "E=648 R=0 C=%s V=3 M=Password Expired", newchal); + RDEBUG("Password has expired. The user should retry authentication"); mschap_add_reply(request, *response->vp_octets, "MS-CHAP-Error", buffer, strlen(buffer)); return RLM_MODULE_REJECT; }