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 b5da771..fdc5316 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) {