On Dec 15, 6:18am, Paul Black wrote:
> Subject: Re: (RADIATOR) MAX IDLE TIME
> My Tigris was using the Idle-Timeout attribute in the users file correctly
> before I started using radmin. Could you please give me some more hints on
how
> to set the Idle-Timeout attribute (from the database field) in the reply?
If you have a database column IDLETIMEOUT that you want to use for
Idle-Timeout, you could have something like:
AuthSelect select PASS_WORD, STATICADDRESS, TIMELEFT, MAXLOGINS, IDLETIMEOUT
from RADUSERS where USERNAME='%n' and BADLOGINS < 5 and VALIDFROM < %t and
VALIDTO > %t
AuthColumnDef 4,Idle-Timeout,reply
Hope that helps.
Cheers.
>
> Mike McCauley wrote:
>
> >> What I need to know is how to tell Radiator to use the MAXIDLETIME value
in
> >> the Radiator MySQL database? I'm sure this problem has been solved a few
> >> times by other people.
>
> > The radius attribute that most (not all) NASs honour is Idle-Timeout
> > which is the max idle time in seconds.
> > So you just need to arrange for that attribute to be set in the reply.
>
>-- End of excerpt from Paul Black
--
Mike McCauley [EMAIL PROTECTED]
Open System Consultants Pty. Ltd Unix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia http://www.open.com.au
Phone +61 3 9598-0985 Fax +61 3 9598-0955
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.