]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Print out which type of password we're using
authorAlan T. DeKok <aland@freeradius.org>
Wed, 24 Jun 2015 15:18:22 +0000 (11:18 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 24 Jun 2015 15:18:38 +0000 (11:18 -0400)
src/modules/rlm_pap/rlm_pap.c

index b5da771790f64960379acfe00f9dd8a1d3bf891b..fdc5316c23cea87199714aaef5200a9fa95cd90a 100644 (file)
@@ -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) {