Subversion Repositories configs

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 34
Line 1... Line 1...
1
# -*- text -*-
1
# -*- text -*-
2
#
2
#
3
#  $Id$
3
#  $Id: cfd89eb1bf690b605892969ebd922e6885f24fcc $
4
 
4
 
5
#
5
#
6
#  Create a unique accounting session Id.  Many NASes re-use
6
#  Create a unique accounting session Id.  Many NASes re-use
7
#  or repeat values for Acct-Session-Id, causing no end of
7
#  or repeat values for Acct-Session-Id, causing no end of
8
#  confusion.
8
#  confusion.
Line 11... Line 11...
11
#  to an accounting packet based on the attributes listed
11
#  to an accounting packet based on the attributes listed
12
#  below found in the packet.  See doc/rlm_acct_unique for
12
#  below found in the packet.  See doc/rlm_acct_unique for
13
#  more information.
13
#  more information.
14
#
14
#
15
acct_unique {
15
acct_unique {
16
	key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port"
16
	key = "User-Name, Acct-Session-Id, NAS-IP-Address, NAS-Identifier, NAS-Port"
17
}
17
}