dapphp / radius

A pure PHP RADIUS client based on SysCo/al implementation
GNU Lesser General Public License v3.0
80 stars 43 forks source link

Does this include accounting? #12

Open monelgordillo opened 4 years ago

monelgordillo commented 4 years ago

Does this include accounting?

Or, is it only authentication?

dapphp commented 4 years ago

Hi,

At the moment only authentication. Adding very simple accounting (start, stop) might not take too much time but I'm not sure how soon it could be finished.

To help get an idea on what this would entail, can you elaborate at all on what attributes you might be sending, and whether interim accounting is required right now?

Thank you for your comment!

monelgordillo commented 4 years ago

Howdy @dapphp ,

To start off, I was thinking these:

Packet/Type: ACCT_STATUS_TYPE_INTERIM_UPDATE Acct-Status-Type Acct-Session-Id Acct-Session-Time

Thank you. :)