"Michael Dodd" <[EMAIL PROTECTED]> wrote: > The goal is to have a radius server that will first attempt to authenticate > from the FreeBSD system files ( /etc/passwd ) and if that fails, try to > authenticate from the MySQL database.
OK, the fail-over mechanism isn't well documented in the radiusd.conf file. See the file 'doc/configurable_failover' for more information. And you might not even be able to do it, anyways. Right now, the server really only does one kind of authentication at a time. You can pick between them on the fly, but each request will use only one authentication. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
