C External Program
Ali Majdzadeh
ali.majdzadeh at gmail.com
Fri Jan 11 23:22:25 CET 2013
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20130112/ec5eaa56/attachment.html>
More information about the Freeradius-Users
mailing list