Re: Proxy Realms configuration

2002-12-02 Thread Alan DeKok
Mike Varley <[EMAIL PROTECTED]> wrote: > Faster and more efficient aswell. How often is proxy information going > to change, really? And SIGHUPing FreeRADIUS is not a costly affair. If everything is going well, proxy information won't change that often. If you want to have multiple fail-over

Re: Proxy Realms configuration

2002-12-02 Thread Mike Varley
On Mon, 2002-12-02 at 14:58, Alan DeKok wrote: > Mike Varley <[EMAIL PROTECTED]> wrote: > > I would like to use a database (SQL?) to manage my realms, instead of > > the text files. The advantages are twofold: a unified repository for all > > my user data (ISP, IP Pools, local usernames) and the ot

Re: Proxy Realms configuration

2002-12-02 Thread Alan DeKok
Mike Varley <[EMAIL PROTECTED]> wrote: > I would like to use a database (SQL?) to manage my realms, instead of > the text files. The advantages are twofold: a unified repository for all > my user data (ISP, IP Pools, local usernames) and the other benefit is I > could add/remove realms w/o sending

Proxy Realms configuration

2002-12-02 Thread Mike Varley
Currently, FreeRADIUS uses text files to define realms for proxying requests. The files are parsed and put into a list at startup, and then the core libraries use this list during runtime to lookup realm information when proxying requests. I would like to use a database (SQL?) to manage my realms,