<br>>
That's a pap request. Send a request with Digest-Attributes and you will<br>>get digest attributes.<br><br>hi,<br>    As advice by Ivan Kalik, I've tried sending the request with Digest-Attributes, unfortunately i didn't get any values from these attributes:<br>
'Digest-User-name', 'Digest-Realm',   'Digest-Method', 'Digest-Uri', 'Digest-Nonce',   'Digest-Response'.<br><br>here is the piece of perl code that i have used to access the values<br>
<br>$dUserName= $RAD_REQUEST{'Digest-User-Name'};<br>$dRealm= $RAD_REQUEST{'Digest-Realm'};<br>$dMethod = $RAD_REQUEST{'Digest-Method'};<br>$dUri= $RAD_REQUEST{'Digest-URI'};<br>$dNonce=$RAD_REQUEST{'Digest-Nonce'};<br>
$dResponse=$RAD_REQUEST{'Digest-Response'};<br><br>I've used md5 algorithm in my perl script, is there anything to be done in the eap.conf  or in radius.conf ?<br><br>Regards,<br>Elangbam Johnson<br><br><br><br>
<br>