# # $Id: acct_users,v 1.3 2002/08/06 15:27:21 aland Exp $ # # This file, with the same syntax as "users", can be used to modify the # handling of accounting packets. For example, to ensure that a second # RADIUS server gets a copy of all accounting packets from a certain NAS: #DEFAULT NAS-IP-Address == 10.0.0.1, Replicate-To-Realm := "realmname" # where 10.0.0.1 is the NAS in question and "realmname" is defined in the # realms file to point to the second RADIUS server. If you don't want # "username@realmname" to be accepted and replicated to the other server, # label that realm with the "notsuffix" option in the realms file. # # You can also try: # #DEFAULT Acct-Status-Type == Start # Exec-Program = "/path/to/exec/acct/start" # #DEFAULT Acct-Status-Type == Stop # Exec-Program = "/path/to/exec/acct/stop" # # For information on how the attributes from the request are passed # to the program, see 'doc/variables.txt' # #