diff doc/app_radgw.conf.sample @ 271:411314907b43

Added translation of Accounting messages
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 20 Apr 2010 19:34:59 +0900
parents a857024cb48b
children 1c2f5ee38039
line wrap: on
line diff
--- a/doc/app_radgw.conf.sample	Mon Apr 19 17:00:24 2010 +0900
+++ b/doc/app_radgw.conf.sample	Tue Apr 20 19:34:59 2010 +0900
@@ -39,6 +39,10 @@
 # Once the list of extensions for an incoming message has been called (or if the list is empty), 
 # an error is logged if some RADIUS attributes of the message have not been handled.
 
+RGWX = "extensions/echodrop.rgwx" : "echodrop.rgwx.conf"; # See echodrop.rgwx.conf.sample file
+RGWX = "extensions/auth.rgwx" : auth;
+RGWX = "extensions/acct.rgwx" : acct;
+# RGWX = "extensions/debug.rgwx"; # Uncomment to see the result of the translation plugins.
 
 ##################
 # RADIUS Clients #
"Welcome to our mercurial repository"