13 Jun
2008
13 Jun
'08
1:37 a.m.
ournixnation@gmail.com wrote:
I have two applications that authenticate via radius. These applications require separate radius conf files, log files, users files, etc. How can I run two distinct radius servers on one server to serve these applications?
$ man radiusd Use the '-d' parameter to have completely separate configuration directories.
Also, these applications run on one server, so how can I have their server connect each application to the appropriate radius server?
The RADIUS servers will have to listen on different ports. Alan DeKok.