Thu Mar 25, 2010 8:33 am
You'll be able to do this with FreeRadius and a custom Shell/Perl/Pyhton script (rlm_exec, rlm_perl, rlm_python)
Simply ignore the request received, and always return auth success. It won't however work with encrypted passwords (CHAP, MSCHAP) and due to how those authentication protocols work, it will never work, and is impossible to do. You will therefore only be able to do this with PAP authentication.