25 Oct
2007
25 Oct
'07
7:42 a.m.
Ali Majdzadeh wrote:
Hello Alan Yes, I am sure that the code works correctly, because the CHAP module accepts the clear text password which I have provided in the request->config_items. Below is my code for the authorize section of the module:
That looks OK.
Thu Oct 25 13:18:42 2007 : Debug: rlm_chap: Using clear text password "123456" for user ali authentication. Thu Oct 25 13:18:42 2007 : Debug: rlm_chap: Password check failed
The password doesn't match what the user entered. There isn't much that can go wrong here. Alan DeKok.