rlm_perl and empty user name variable
Gustave Nylander
gustave.nylander at gmail.com
Fri Oct 28 02:21:29 CEST 2005
Ah yes, the 'eq' operator.
But it still matches the variable with the empty string, which means I'm
still not seeing the user name in the authentication portion of the
process.
thanks for the help so far!
Boyan Jordanov wrote:
>On Wednesday 26 October 2005 21:52, Gustave Nylander wrote:
>
>
>>sub authenticate {
>> # For debugging purposes only
>> &log_request_attributes;
>>
>> if ($RAD_REQUEST{'User-Name'} =="") {
>>
>>
>
>Use
>if ($RAD_REQUEST{'User-Name'} eq ""
>
>
>
More information about the Freeradius-Users
mailing list