Update to variable documentation to reflect recent additions
authorphampson <phampson>
Tue, 23 Sep 2003 04:14:33 +0000 (04:14 +0000)
committerphampson <phampson>
Tue, 23 Sep 2003 04:14:33 +0000 (04:14 +0000)
doc/variables.txt

index 974e9e8..75828a9 100644 (file)
@@ -1,15 +1,21 @@
 The variables defined by the server are:
 
      %{Attribute-Name}               Corresponding value for Attribute-Name
-                                     in request
+                                     in the request packet
      %{request:Attribute-Name}       Corresponding value for Attribute-Name
-                                     in request
+                                     in the request packet
      %{reply:Attribute-Name}         Corresponding value for Attribute-Name
-                                     in reply
+                                     in the reply packet
+     %{proxy-request:Attribute-Name} Corresponding value for Attribute-Name
+                                     in the proxy request packet (if it exists)
+     %{proxy-reply:Attribute-Name}   Corresponding value for Attribute-Name
+                                     in the proxy reply packet (if it exists)
+
+  The above support the meta-Attribute Packet-Type as well. See the RADIUS
+dictionary for details.
+        
      %{check:Attribute-Name}         Corresponding value for Attribute-Name
                                      in check items for request
-     %{proxy-reply:Attribute-Name}   Corresponding value for Attribute-Name
-                                     in the proxy reply (if it exists)
        
 
      %{config:section.subsection.item} Corresponding value in 'radiusd.conf'