On Thu, Nov 27, 2003 at 12:09:29AM -0600, Bill Brunton wrote: > I have looked throught the FAQ, the documentation and some of the files. > What I would like to do is take the promary server /etc/password file, and > the /etc/shadow file, and make a .db file of the usernames and passwords. > Then I would like to take that .db file, push it over to the secondary > radius server, and use that .db file to authenticate users.
read doc/rlm_dbm or doc/rlm_sql For multiple radius servers I would recommend using a sql server for storing data. Oliver. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
