Update the comments about post_proxy_authorize, because this
authornbk <nbk>
Wed, 11 Jan 2006 13:09:02 +0000 (13:09 +0000)
committernbk <nbk>
Wed, 11 Jan 2006 13:09:02 +0000 (13:09 +0000)
option is deprecated.

raddb/proxy.conf

index 03d7d89..032b7a0 100644 (file)
@@ -106,12 +106,12 @@ proxy server {
 #  the 'authorize' section again.
 #
 #  However, for backwards compatibility, this behaviour is configurable.
-#  The default configuration is 'yes', for backwards compatibility.
-#  To use ONLY the new 'post_proxy' section, set this value to 'no'.
+#  The default configuration is 'no', because this option is deprecated
+#  and will be removed in the future.
 #
 #  allowed values: {yes, no}
 #
-       post_proxy_authorize = yes
+       post_proxy_authorize = no
 
 }