Change slightly confusing log message
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 19 Feb 2013 17:17:16 +0000 (12:17 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 19 Feb 2013 17:17:16 +0000 (12:17 -0500)
src/modules/rlm_pap/rlm_pap.c

index 4fd0fc6..be26804 100644 (file)
@@ -411,7 +411,7 @@ static rlm_rcode_t pap_authorize(void *instance, REQUEST *request)
                }
 
                RDEBUGW("No \"known good\" password found for the user.  Not setting Auth-Type.");
-               RDEBUGW("Configure a \"known good\" password to get an Access-Accept.");
+               RDEBUGW("PAP authentication will fail unless a \"known good\" password is available.");
                return RLM_MODULE_NOOP;
        }