Dave Plonka wrote:

> We noticed that as of in freeradius-1.0.0 and again in 1.0.1 that the
> check-radiusd-config script is broken.  This is because it used the
> "-p <port>" option of radiusd, which is deprecated and ignored as of
> freeradius-1.0.0.

That's right. The command line option was removed when the "listen"
directive was added to the config file. (they can't work together)

> +# since radiusd's "-p" option is no longer supported as of freeradius-1.0.0,
> +# edit lines that look like "port = n" to test radiusd on port 32768 instead:
> +perl -pi -e 's/(port\s*=\s*)\d+/${1}32768/' ${raddbdir##*/}/radiusd.conf

I hope nobody use a module with an option named "port", "support", or
anything that will match the regex above, too.

-- 
Nicolas Baradakis

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

Reply via email to