From: Alan T. DeKok Date: Wed, 24 Jun 2015 15:18:22 +0000 (-0400) Subject: Print out which type of password we're using X-Git-Tag: release_3_0_9~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c2e6a9b501ea2203db521c29b53a94c29b1709;p=thirdparty%2Ffreeradius-server.git Print out which type of password we're using --- diff --git a/src/modules/rlm_pap/rlm_pap.c b/src/modules/rlm_pap/rlm_pap.c index b5da771790f..fdc5316c23c 100644 --- a/src/modules/rlm_pap/rlm_pap.c +++ b/src/modules/rlm_pap/rlm_pap.c @@ -1051,6 +1051,7 @@ static rlm_rcode_t CC_HINT(nonnull) mod_authenticate(void *instance, REQUEST *re /* * Authenticate, and return. */ + RDEBUG("Taking 'known good' password from %s", vp->da->name); rc = auth_func(inst, request, vp); if (rc == RLM_MODULE_REJECT) {