Rev 4 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 4 |
- |
1 |
# -*- text -*-
|
|
|
2 |
#
|
| 34 |
- |
3 |
# $Id: cfd89eb1bf690b605892969ebd922e6885f24fcc $
|
| 4 |
- |
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 {
|
| 34 |
- |
16 |
key = "User-Name, Acct-Session-Id, NAS-IP-Address, NAS-Identifier, NAS-Port"
|
| 4 |
- |
17 |
}
|