> 1: I have read all the Doc's that come with radius and searche dthe web and
> still have not found how to log accounting info in radius. I have turned on
> log_auth, log_auth_badpass, and log_auth_goodpass in radiusd.conf. Having
> done this I am still not getting any accounting info in the database or log
> file. Am I missing something here?

This question was asked earlier this week.

I guess it might be a good idea to ask Alan to put sql as a commented option 
in the authorize and accounting sections of the radiusd.conf.

You need to add "sql" to your accounting section of radiusd.conf if you want 
it to write accounting info the the database. You also need to make sure the 
sql queries in sql.conf that use the radacct table are correct for your 
database.

> 2: I am trying to limit simultaneous use and am a bit confused. One file
> says that it only works with users file and pam (i believe) but not with
> SQL, LDAP and so forth. In another doc it says to change in tablr
> radgruopcheck Attribute=Simultaneoius-use OP=:= and value to 1. I have done
> this and still allows multiples. Also saw in radiusd.conf where i need to
> uncomment simul_count_query but that appears to only work if you have
> accounting working. Am doing something wrong here as well?

It works with SQL, as you describe in the radgroupcheck table. At the bottom 
of the radiusd.conf is a section called session, in there is a flag which 
tells it to use the sql or radutmp for Simult-use checking. If you don't you 
don't uncomment the queries simult-use needs in the sql.conf, it will not 
work.

Take a look at my radiusd.conf for reference:
http://mrtizmo.com/freeradius/

> Concerns:
> 1: Does the traditional NAS send radius the accounting info or does radius
> insert as authed, denyied, etc?

radius just sits there waiting for an NAS to send it data, then it 
auth's/denies it and then logs everything.

Hope that helps!

Nick
-- 
Nick Davis 
Associate Systems Administrator 
[EMAIL PROTECTED] 
Internet Exposure, Inc. 
http://www.iexposure.com  

(612)676-1946 
Web Development-Web Marketing-ISP Services


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to