Re: Blank User-name attribute

2005-11-15 Thread Boyan Jordanov
On Monday 07 November 2005 16:31, Gustave Nylander wrote: You can see that we never get a 'hello', because it nevers enters the for loop in the log function since %RAD_REQUEST is empty. I'm not sure what I've done to make it disappear. Thanks for the response! Try it again with example.pl

Re: Blank User-name attribute

2005-11-07 Thread Gustave Nylander
It looks like the %RAD_REQUEST hash is empty by the time you get to the authenticate function in the perl script. I've set up the log_request_attributes function for just standard output like thus: sub log_request_attributes { print ### Request attributes debug ##\n;

Re: Blank User-name attribute

2005-11-06 Thread Boyan Jordanov
On Sunday 06 November 2005 02:35, Gustave Nylander wrote: I have freeradias 1.0.5 installed with the rlm_perl module, and the trouble I'm having is that the user-name attribute is an empty string within the 'authenticate' routine I have for the perl script. Please see in example.pl that comes