Using this method, how do you enforce that only Accounting Stop records will be stored locally?


Robert Blayzor wrote:


On 9/10/03 10:49 PM, "tracker" <[EMAIL PROTECTED]> wrote:



Is it possible to store the accounting record of a user if my server
just acts as proxy? If so, how?
Example, below is my config for the realm domain.com



<Handler Realm = someisp.net> AuthByPolicy ContinueAlways AuthBy Proxy-Acct AuthBy Proxy-Auth </Handler>

<AuthBy RADIUS>
      Identifier      Proxy-Auth
      <Host 1.1.1.1>
              Secret          mysecret
              AuthPort        1812
              AcctPort        1813
      </Host>
      Retries                 2
</AuthBy>

<AuthBy SQL>
       Identifier              Proxy-Acct
       DBSource                dbi:MySQL:server=BLAH
       DBUsername              radius
       DBAuth                  foo
       AuthSelect
       AccountingTable
       AcctSQLStatement        INSERT INTO blah ...
</AuthBy>

At least that's what's worked for me ...


-- Robert Blayzor, BOFH INOC, LLC [EMAIL PROTECTED] PGP: http://www.inoc.net/~dev/ Key fingerprint = A445 7D1E 3D4F A4EF 6875 21BB 1BAA 10FE 5748 CFE9

Life would be much easier if I had the source code.








-- jaws --------------- Computer system security is a journey, not a destination



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