hello,
can i do this in an AuthBy SQL??
 
  Session-Timeout = Class   <<----------------- this is basically my question

  AuthColumnDef 0,Encrypted-Password,check
  AuthColumnDef 1,Filter-Id,reply
  AuthColumnDef 2,Session-Timeout,reply
  AuthColumnDef 3,Simultaneous-Use,check
  AuthColumnDef 4,Class, reply

AuthSelect select PASS_WORD, STATICADDRESS, TIMELEFT, MAXLOGINS, 
SESSIONLIMIT, FRAMED_NETMASK, FRAMED_FILTER_ID from RADUSERS where 
USERNAME='%n' and VALIDFROM < %t and VALIDTO > %t 

  
what i want to do in here is to select  a "SESSIONLIMIT" from a table in 
database and then get the result of it (SESSIONLIMIT) and assigned it as a 
value on Session-Timeout

is it wrong? or do you have any suggestions

thanks so much
lloyd
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to