help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] User-Password character


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] User-Password character
Date: Fri, 19 Aug 2005 16:17:37 +0300

Tomoyasu Maitani <address@hidden> wrote:

> //users file//
> test    Auth-Type = Local,
>                User-Password = "=test=123!"

This is wrong. Starting the string value with an equal sign means that
this string should be evaluated as a Rewrite expression. See 
http://www.gnu.org/software/radius/manual/html_node/radius_117.html#SEC210
for more information.

If a literal string starts with an equal sign, duplicate it:

test    Auth-Type = Local,
                User-Password = "==test=123!"

Regards,
Sergey
                




reply via email to

[Prev in Thread] Current Thread [Next in Thread]