9 Jun
2010
9 Jun
'10
5:56 a.m.
Karuna G. Kumar wrote:
I want to use CHAP for authenticating the user. When I am sending CHAP-Password to FreeRADIUS, I am getting the following error.
Found Auth-Type = CHAP +- entering group CHAP {...} [chap] rlm_chap: password supplied has wrong length
Your RADIUS client does not implement RADIUS. ...
CHAP-Password = 0x74657374696e67
It is sending *ASCII* for the CHAP-Password. It needs to implement the CHAP protocol. Use a real RADIUS client, like radclient. Alan DeKok.