Hello Brandon -

If you are using a FreeRadius SQL database you can use the AuthBy FREERADIUSSQL 
clause.

See section 3.81 in the Radiator-4.23 reference manual (“doc/ref.pdf”).

There is also an example in “goodies/freeradiussql.cfg”.

Typically you would do something like this:

…….

# Handler to process accounting requests

<Handler Request-Type = Accounting-Request>
        <AuthBy FREERADIUSSQL>
                …..
        </AuthBy>
        …..
</Handler>

# the rest of your Handlers for authentication

…...

Let me know if you have any further questions.

regards

Hugh


> On 31 Jul 2019, at 02:24, Brandon Shiers <[email protected]> wrote:
> 
> Looking through the documentation and the goodies directory, I don't see a 
> real good example of how do do the accounting setup and write to my 
> accounting database.  Any suggestions or real-world examples?  I do have 
> devices that will send interim updates so I will need the capability to 
> account for that.  
> _______________________________________________
> radiator mailing list
> [email protected]
> https://lists.open.com.au/mailman/listinfo/radiator


--

Hugh Irvine
[email protected]

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, 
TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
DIAMETER, SIM, etc. 
Full source on Unix, Linux, Windows, macOS, Solaris, VMS, NetWare etc.

_______________________________________________
radiator mailing list
[email protected]
https://lists.open.com.au/mailman/listinfo/radiator

Reply via email to