On Thu 26 Jul 2007, FreeRadius-ML wrote:
Hi all,
Please disregard, I've solved the thing ;-) Silly typo in the return.
Z2L
----- Original Message ----- From: "FreeRadius-ML" <freeradius@zap2link.com> To: "freeradius-users" <freeradius-users@lists.freeradius.org> Sent: Thursday, July 26, 2007 6:41:21 PM (GMT+0200) Asia/Jerusalem Subject: Fwd: final rlm_perl question, hopefully...
Hi All,
Ok, after reviewing all the information that was received, I've setup my FreeRadius as following:
1. The authorize and authenticate sections are setup to activate digest and perl. 2. My rlm_perl script utilizes the following lines in order to return the unencrypted user password back to FreeRadius for digest authentication:
$RAD_CHECK{'Cleartext-Password'} = "xxxxxx"; # Remove this line for production $RAD_CHECK{'User-Password'}="xxxxxx"; # Remove this line for production
In any case you should not need to use both 'User-Password' and 'Cleartext-Password'. In newer versions of FreeRADIUS 'Cleartext-Password' has replaced 'User-Password'... Cheers -- Peter Nixon http://peternixon.net/