acct_unique   [plain text]


# -*- text -*-
#
#  $Id$

#
#  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, Client-IP-Address, NAS-Port"
}