11 Jan
2013
11 Jan
'13
5:22 p.m.
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?
4926
Age (days ago)
4926
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ali Majdzadeh