Hi Hugh,
I would like to know how many users can to listed in the users file
without compromising on the performance of the Radiator Radius Server. Is
it much faster if I use the DBM format user database file?
Thank you very much for your help.
Regards,
Deepak
>
> 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.