]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
More debugging
authorAlan T. DeKok <aland@freeradius.org>
Wed, 27 May 2015 12:50:30 +0000 (08:50 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 27 May 2015 12:50:30 +0000 (08:50 -0400)
src/modules/rlm_mschap/rlm_mschap.c

index ea8e662008514200595ea826102916ecfad210d7..9cac6d04e018111e2506b5bc95cdb12b88c252e7 100644 (file)
@@ -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;
                }