From: Scott Armitage Date: Sun, 21 Oct 2012 16:28:17 +0000 (+0100) Subject: Changed sites-available/inner-tunnel. Documented the use of cui X-Git-Tag: release_3_0_0_beta1~1656^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c465da10b8e51e30fc3e3c601004e2235dea07a;p=thirdparty%2Ffreeradius-server.git Changed sites-available/inner-tunnel. Documented the use of cui --- diff --git a/raddb/sites-available/inner-tunnel b/raddb/sites-available/inner-tunnel index bb0b93bc9cc..cd5a0a7c292 100644 --- a/raddb/sites-available/inner-tunnel +++ b/raddb/sites-available/inner-tunnel @@ -325,17 +325,18 @@ post-auth { # to contain the real user name removes ALL privacy from # their session. # - # If you want privacy to remain, see the - # Chargeable-User-Identity attribute from RFC 4372. In order - # to use that attribute, you will have to allocate a - # per-session identifier for the user, and store it in a - # long-term database (e.g. SQL). You should also use that - # attribute INSTEAD of the configuration below. - # - #update outer.reply { - # User-Name = "%{request:User-Name}" - #} - + # If you still want to use the inner tunnel User-Name then + # uncomment the section below, otherwise you may want + # to use Chargeable-User-Identity attribute from RFC 4372. + # See further on. + #update outer.reply { + # User-Name = "%{request:User-Name}" + #} + # + # If you want privacy to remain, see the + # Chargeable-User-Identity attribute from RFC 4372. + # If you want to use it just uncomment the line below. +# cui } #