Randy B <[EMAIL PROTECTED]> wrote: > All I need it to do is to perform VPN > tunnel authentication (XAUTH/PAM, L2TP, etc.) with a very few simple, > static (/etc/passwd) users at the local level, then proxy up for anyone > else to our global RADIUS cluster (which I don't own - I've never set up > any RADIUS stuff before).
That's a fairly complicated setup. *Why* are you going to proxy? > Can I get it to do this without going into all the incredibly complex > inclusions/exclusions/authentication methods that are in the example > configs? The complex methods in the example configs are there partly for documentation, and partly so that the server can automatically figure out what to do, without you configuring it too much. In 1.0.x, build the server, install it, run it as root, and it will automatically authenticate users against /etc/passwd. The ONLY configuration you need to do is to edit "clients.conf". And if your RADIUS test client is run from the same machine, you don't even have to edit that. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

