Deprecate attribute 'Password' in favor of 'User-Password'.
[freeradius.git] / src / main / radtest.in
index 375821d..75e017b 100644 (file)
@@ -43,7 +43,7 @@ fi
 
 (
        echo "User-Name = \"$1\""
-       echo "Password = \"$2\""
+       echo "User-Password = \"$2\""
        echo "NAS-IP-Address = $nas"
        echo "NAS-Port-Id = $4"
        if [ "$6" ]