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 12:55:46 +0300

Hi,

> # ./radauth -v test 'test=123!'
> assign: invalid IP address: 123!
> Password:
[..]
> As the above result, "test=123!" is does not recocnized as password
> from command line. How should I specify the password from command
> line?

I did not think about it. The problem is that equal sign confuses
radauth, because it understands each command line argument in form
VAR=VALUE as a variable assignment (see
http://www.gnu.org/software/radius/manual/html_node/radius_160.html#SEC270
for more info on the subject).

I will fix this in the nearest release. Meanwhile, you can run radauth as
follows:

./radauth -v test

and enter the password when it prompts you for it.

Regards,
Sergey






reply via email to

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