Tomoyasu Maitani <[EMAIL PROTECTED]> 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 _______________________________________________ Help-gnu-radius mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-radius
