Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 48cad28935c58fd644cf342665f54b66 > files > 19

freeradius-2.2.3-6.mga5.i586.rpm

# -*- text -*-
#
#  $Id: cfd89eb1bf690b605892969ebd922e6885f24fcc $

#
#  Create a unique accounting session Id.  Many NASes re-use
#  or repeat values for Acct-Session-Id, causing no end of
#  confusion.
#
#  This module will add a (probably) unique session id 
#  to an accounting packet based on the attributes listed
#  below found in the packet.  See doc/rlm_acct_unique for
#  more information.
#
acct_unique {
	key = "User-Name, Acct-Session-Id, NAS-IP-Address, NAS-Identifier, NAS-Port"
}