<pre>From RFC: 2865:<br><br>The random challenge can either be included in the<br>   CHAP-Challenge attribute or, if it is 16 octets long, it can be<br>   placed in the Request Authenticator field of the Access-Request<br>
   packet.<br><br>We are able to retrieve the clear text password and encrypt it with the CHAP-Challenge and see if it matches the CHAP-Password,<br>but as far as I can tell, we don't have access to the Request Authenticator of the Access-Request packet in the perl module.<br>
<br>Any thoughts on how to support the RFC?<br></pre>