Hello David -

> 
> I want to be conservative with simultaneous use checking and have radiator
> snmp query my NAS whenever simultaneous use limits are exceeded during a
> login.
> 
> I'm using ClientListSQL to keep my client definitions.  I'm using the
> default mysql database structure from the goodies directory.  My
> GetClientListSQL query is "SELECT NASIDENTIFIER, SECRET, NASTYPE,
> SNMPCOMMUNITY from RADCLIENTLIST"
> 
> This is working fine for announcing to radiator which clients are allowed
> to connect but is not working to announce the NASTYPE so that I can use
> snmpget for simultaneous use checking.
> 

You will need to do something more like this:

GetClientQuery select NASIDENTIFIER,SECRET,NULL,NULL,NULL,NASTYPE,SNMPCOMMUNITY
from RADCLIENTLIST

You must respect the order of the parameters that ClientListSQL expects to see.

Have a look at section 6.6.2 in the Radiator 2.16.3 reference manual.

hth

Hugh

-- 
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.

Reply via email to