K 10
svn:author
V 7
scrappy
K 8
svn:date
V 27
1998-12-29T13:19:05.000000Z
K 7
svn:log
V 1326
From: Aidan Cully <aidan@panix.com>

Still needs a default config file created, but at least this gets this into
the tree...

=======================================
A few things:
1) I don't specify a default config file yet.  Adding one would be no
trouble, and I'll do so before I submit it for inclusion.  If y'all
want to include this one anyway, go ahead, but it'd be nice if you
gave it a default config file before doing so.
2) I only tested it against Livingston's radius-2.0.1 distribution..
Reading the distribution's code is also how I figured out the protocol.
If you're using another radius implementation, it will hopefully still
work, but I just don't know.
3) The config file looks like:

radhost: hostname/IP-address
secret: string
radport: integer
lochost: hostname/IP-address
prefix: prefix #unused..  another thing I'll change before I submit it
               # for inclusion
suffix: suffix #unused..  same as above.

blank lines, and everything after '#' is ignored.  You _have_ to
specify a config file to run it, since otherwise you can't specify a
shared secret.
The shared secret should, obviously, also be stuck in the radius
server's config.  On my test radius server's setup, that looked like:
/etc/raddb/clients:
juggler.panix.com       NotAPassword
=============================================

END
