|
I am running FreeRadius 0.9.3 and I currently have it
configured for Postgresql support. I want to make Sure that it logs currently connected users as well as past
users who logged in into a SQL database. I also want to make sure it correctly only allows a username
to connect only once. I have attached a few lines from my configuration and make sure it is
correct. session { sql } accounting { acct_unique sql } Would having the above sections in my radiusd.conf be what I
am looking for to make this happen? I currently have my accounting set to use radutmp which I think is why
it is saving the currently connected users into the radutmp file instead of sql, plus I think with my
current config I probably have the simultaneous use feature broken. Any comments on this would be appreciated. Devin Atencio |
