Deprecate attribute 'Password' in favor of 'User-Password'.
[freeradius.git] / src / lib / radius.c
index 57ad666..5283d8d 100644 (file)
@@ -1456,7 +1456,7 @@ int rad_chap_encode(RADIUS_PACKET *packet, char *output, int id, VALUE_PAIR *pas
 
        /*
         *      Note that the password VP can be EITHER
-        *      a Password attribute (from a check-item list),
+        *      a User-Password attribute (from a check-item list),
         *      or a CHAP-Password attribute (the client asking
         *      the library to encode it).
         */