Patches for EAP-FAST as posted to the list 2010-01-19
[freeradius.git] / raddb / modules / acct_unique
1 # -*- text -*-
2 #
3 #  $Id$
4
5 #
6 #  Create a unique accounting session Id.  Many NASes re-use
7 #  or repeat values for Acct-Session-Id, causing no end of
8 #  confusion.
9 #
10 #  This module will add a (probably) unique session id 
11 #  to an accounting packet based on the attributes listed
12 #  below found in the packet.  See doc/rlm_acct_unique for
13 #  more information.
14 #
15 acct_unique {
16         key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port"
17 }