<pre>> Why would you want access to it in the Perl module?  The "chap" module<br>> already does this.<br><br>><i>> Any thoughts on how to support the RFC?<br></i><br>>  Use the code that's already in the server?<br>
<br>>  Your Perl module should supply a Cleartext-Password to the server, and<br>> the server will Just Do the Right Thing.<br><br>>  If you're thinking of doing something else, I'd like to know why.<br>> Odds are it's overly complicated and unnecessary.<br>
<br><br>I didn't realize that is how it works, looking at:<br><br><a href="http://wiki.freeradius.org/Rlm_perl">http://wiki.freeradius.org/Rlm_perl</a><br><br>It seems like I need to do all the authentication and set the RAD_REPLY attributes.<br>
That does work except for my problem case, but what you are saying is all I have to<br>do is return the clear text password, and freeradius will do the rest?  I'm not seeing<br>how to just return the clear text password from the wiki docs.<br>
<br></pre>