Hi I wrote the following code to accept any user/pass in a C external program:
Main()
{
fprintf (stdout, "Auth-Type := Accept\n");
return 0;
}
It works well with PAP but does not work in CHAP/MSCHAP. I know I should
return Cleartext-Password but I want to permit any user/pass to loggin in.
So how can I do that?
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

