Hello Deepak -
On Mon, 24 Jul 2000, Deepak Shrestha wrote:
> Hi Hugh,
>
> This is what I was thinking of:
> Have Radiator Radius running in Linux and configure it to proxy all
> requests to the Livingston Radius already running in AIX.
> I want the Radiator Radius to control the simultaneous-use and the
> accounting as well. The Linux box does not have any user accounts but are
> all present in the AIX. Do I need to have all the users( that are not
> DEFAULT ) listed in the users file to achieve control over simultaneous
> logins?
You would do something like this:
# configure AuthBy's
# Realms (or Handlers) will have AuthByPolicy ContinueWhileAccept
# so that Sim-Use and Livingston must both Accept
<AuthBy FILE>
Identifier Check_Sim-Use
Filename %D/users.Sim-Use
</AuthBy>
<AuthBy RADIUS>
Identifier Check_Livingston
Host livingston.radius.on.aix
Secret xxxxxx
</AuthBy>
# configure Realms or Handlers
<Realm mos.com.np>
AuthByPolicy ContinueWhileAccept
AuthBy Check_Sim-Use
AuthBy Check_Livingston
</Realm>
<Realm .....>
.....
</Realm>
.......
The file %D/users.Sim-Use would contain this:
# define simultaneous use limits for
# only those users with Sim-Use greater than 1
# DEFAULT is 1 for all users not explicitly listed
#
# it is a good idea to list users alphabetically
DEFAULT Simultaneous-Use = 1
anotheruser Simultaneous-Use = 3
someoneelse Simultaneous-Use = 4
someuser Simultaneous-Use = 2
yetanother Simultaneous-Use = 2
......
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.