Hi community<br><br>I have a question for you guys. <br><br>I'm wondering if it's possible to authenticate a user who is using mschap authentication with perl. <br><br>I already made a perl script, which I use with rlm_perl to authenticate users to an ftp backend. I use that script to authenticate users from the authentication proxy of a Cisco PIX. 
<br><br>My next setup is to authenticate user requests from a Wireless Access Point with EAP-TTLS. <br>Is it possible to do that with the radiusd.conf ? <br><br>I already tried to setup like this in the authenticate section : 
<br><br>mschap {<br>  perl<br>}<br><br>But problem is, the perl script doens't seems to receive the same information as a PIX request. Do I need to modify my script to talk mschap ? <br><br>Is there a perl module to understand the mschap protocol ?
<br><br>Thanks in advance, <br><br>Johan <br>