webfig sends MS-CHAP in radius, can't login

Hi, it would seem that webfig is sending MS-CHAP attributes when attempting to login and use radius backend.

Same radius backend works just fine with SSH.
I’m trying to use Radius as a centralized credential database for all of our tik’s, cisco’s, etc
Thoughts ??

Code is 6.29.1 CCR 1036, RB2011, RB951 all have the same results

radius request via web THIS FAILS
Service-Type = Login-User
User-Name = “user1”
MS-CHAP-Challenge = 0xa1823251346346236234653
MS-CHAP2-Response = 0x0000000001255
Calling-Station-Id = “1.2.3.4”
NAS-Identifier = “mikrotik.example.com
NAS-IP-Address = 5.6.76.8


This is via SSH and this WORKS
Service-Type = Login-User
User-Name = “user1”
User-Password = “some-really-long-boring-password”
Calling-Station-Id = “1.2.3.4”
NAS-Identifier = “mikrotik.example.com
NAS-IP-Address = 5.6.76.8

http://forum.mikrotik.com/t/radius-problem-with-webfig/70359/1