Inn + radius auth.

Russ Allbery rra at stanford.edu
Fri Jan 28 21:44:03 UTC 2005


Tomasz Tyczynski <ttyc at pgi.gov.pl> writes:

> I installed Inn 2.4.1 and I have to run "radius auth" with that.
> Unfortunately it does not work correct 
> ----------error log-------

> auth_err radius: expected server keyword on line 9
> --------------------------------------------------


> My line 9 contain:

> ------------ radius.conf ---------------------
> radhost:        radius.domain.com
> ----------------------------------------------

> Is any chance to run in?

There's a serious bug in the documentation of the radius authenticator in
2.4.1 (and 2.4.0).  Basically, you need to wrap your radius.conf settings
in a server {} block.

Try:

    server domain.com {
        radhost: radius.domain.com
    }

The man page was fixed in INN 2.4.2.

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>

    Please send questions to the list rather than mailing me directly.
     <http://www.eyrie.org/~eagle/faqs/questions.html> explains why.


More information about the inn-workers mailing list