]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
notes on use_tunneled_reply and copy_request_to_tunnel
authorAlan T. DeKok <aland@freeradius.org>
Fri, 27 May 2016 00:58:19 +0000 (20:58 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 27 May 2016 00:58:19 +0000 (20:58 -0400)
Tho we still have to write those policies.

raddb/README.rst

index 3e8bdcae39da47f1bf1ff9e4f85bf1060e0fb362..ed743e242a8c457ff6e29bec5db5b6211b91f9c4 100644 (file)
@@ -88,6 +88,13 @@ cache.  See ``raddb/sites-available/tls-cache`` for a better
 replacement.  The OpenSSL cache can now be placed on disk, in memory,
 in memcache, or in a redis cache.
 
+The ``use_tunneled_reply`` and ``copy_request_to_tunnel``
+configuration items have been removed.  Their functionality has been
+replaced with the ``use_tunneled_reply`` and
+``copy_request_to_tunnel`` policies.  See
+``raddb/sites-available/inner-tunnel`` and ``raddb/policy.d/eap`` for
+more information.
+
 
 rlm_rest
 ~~~~~~~~