Topic: rlm_chap doesn't match with user-password

can anybody help me to give tutor about that?

i dont understand the procces chap-password working in radius?

Re: rlm_chap doesn't match with user-password

try to check if the username and the password is stored on your database
to check use radclient.... if its accepted and it keeps on saying that error

then change the attribute name to Cleartext-Password, and the operator to ":=".

See "man users" for an explanation of the operators. You're comparing
the value to the User-Password in the request (which doesn't exist).
So the comparison fails.

Re: rlm_chap doesn't match with user-password

dannymagat wrote:

try to check if the username and the password is stored on your database
to check use radclient.... if its accepted and it keeps on saying that error

then change the attribute name to Cleartext-Password, and the operator to ":=".

See "man users" for an explanation of the operators. You're comparing
the value to the User-Password in the request (which doesn't exist).
So the comparison fails.

thanks for reply...
i did try like you said but still like that

below describing about my server in my college

it's strange in myserver, i use phpradmin to manage it....
in my phpradmin it's accept and when i see radiusd -X it's acceptted too
but when i using radtest alisa alisa localhost 0 testing123
the reply massage is rejectted
n_n,.....

Re: rlm_chap doesn't match with user-password

=it's strange in myserver, i use phpradmin to manage it....
in my phpradmin it's accept and when i see radiusd -X it's acceptted too
but when i using radtest alisa alisa localhost 0 testing123
the reply massage is rejectted
n_n,.....

Does this error show only when you are check username alisa ? if YES then there might be something wrong with your database

check maybe you have more than 1 username alisa on your radcheck -