"Ron Wahler" <[EMAIL PROTECTED]> wrote:
> In this case I was thinking of generating an Acct-Session-ID some how.
> I assume that it just needs to be a unique ID identifying the users
> accounting session between my server and the Accounting server.
> 
> See any problems with that ?

  Nope.  See the 'acct_unique_id' module.  You'll need to do something
similar to create an Acct-Session-Id, because you *don't* want to keep
track of it on the server.

  i.e. Generate a fake Acct-Session-Id based on an MD5-hash of the
client IP address, user name, and NAS port.  That should work...

  Alan DeKok.


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

Reply via email to