On Sat, 29 Dec 2001, Keith Pitcher wrote: > I've looked through the archives and so far haven't found anything on the > lists, so I'll ask. > > How in the world do I get simultaneous-use working with SQL? I tried putting checks > for the group in radgroupcheck, for the individual user in radcheck, and > combinations of those. Hasn't been working. > > I'm using 0.4, have no default simultaneous-use set in the conf file. > Everything else appears to be working, and I know snmp works to my machines > - lucent/livingston PM3s running latest ComOS - because I use SNMP with > those machines. > > Also, when I try the checkrad.log does not get touched, file isn't accessed. > If I run checkrad from the commandline manually then it does display info in > the checkrad.log correctly - it does identify if this is a simul login or not - > at least in the logs. > > Searching the lists it appears others have asked this question and have not > gotten a response. > > Otherwise things are working, nice product except for this feature > > Keith > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html >
Well, the server authentication section will not check for multiple logins (and hence call the checkrad script) unless the Simultaneous-Use attribute appears in the check items. In order to do that you will have to apply the sql schema patch in order to be able to use the := operator. Right now, rlm_sql will just try to check if the check items present in the check tables appear in the request and have the same value. It will not *add* them as check items for other modules and the server core to use. -- kkalev - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
