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 ""

- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to