e2c3d6dbbda9fc98b1b08e8607980e1a6b1d5b65
[freeradius.git] / src / modules / rlm_acct_unique / selfconfig.m4
1 dnl  this is included in 
2 dnl
3 dnl
4 INSERT_GLOBAL_CONFIG(5)dnl
5 dnl nothing
6 INSERT_MODULE_INSTANTIATION(5)dnl
7         #
8         # This module will add a (probably) unique session id 
9         # to an accounting packet based on the attributes listed
10         # below found in the packet.  see doc/README.rlm_acct_unique
11         acct_unique {
12                 key = "User-Name, Acct-Session-Id, NAS-IP-Address, NAS-Port-Id"
13         }
14 INSERT_DEF_AUTHENTICATION(5)dnl
15 dnl nothing
16 INSERT_DEF_AUTHORIZATION(5)dnl
17 dnl nothing
18 INSERT_DEF_PREACCOUNTING(5)dnl
19 dnl nothing
20 INSERT_DEF_ACCOUNTING(5)dnl
21         # acct_unique
22 INSERT_DEF_SESSION(5)dnl