From 6d341e9bf02f6a3ca7472c2acfea29e1ae154323 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 26 May 2010 09:10:09 +0200 Subject: * radsecproxy.conf.5.xml: Add addVendorAttribute. --- radsecproxy.conf.5.xml | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/radsecproxy.conf.5.xml b/radsecproxy.conf.5.xml index a8db618..c3ff612 100644 --- a/radsecproxy.conf.5.xml +++ b/radsecproxy.conf.5.xml @@ -279,6 +279,8 @@ This can be set to on or off with will never be sent to a server named the same as the client it was received from. I.e., the names of the client block and the server block are compared. Note that this only gives limited protection against loops. +It can be used as a basic option and inside server blocks where it overrides +the basic setting. @@ -471,7 +473,8 @@ The allowed options in a server block are host, rewrite, rewriteIn, rewriteOut, statusServer, retryCount, -retryInterval and dynamicLookupCommand. +retryInterval, dynamicLookupCommand +and loopPrevention. We already discussed the host option. The @@ -506,6 +509,11 @@ The option dynamicLookupCommand can be used to specify a command that should be executed to dynamically configure and use a server. The use of this feature will be documented separately/later. + +Using the loopPrevention option here overrides any +basic setting of this option. See section BASIC +OPTIONS for details on this option. + Realm Block @@ -682,15 +690,21 @@ rewrite on input. No rewriting is done on output unless explicitly specifed using the rewriteOut option. -The available rewrite block options are addAttribute, +The available rewrite block options +are addAttribute, addVendorAttribute, removeAttribute, removeVendorAttribute and modifyAttribute. They can all be specified none, one or multiple times. -addAttribute is used to add attributes to a message. The -option value must be on the form attribute:value where -attribute is a numerical value specifying the attribute. +addAttribute is used to add attributes to a +message. The option value must be on the +form attribute:value where attribute is a numerical +value specifying the attribute. Simliarly, +the addVendorAttribute is used to specify a vendor +attribute to be added. The option value must be on the +form vendor:subattribute:value, where vendor and +subattribute are numerical values. The removeAttribute option is used to specify an -- cgit v1.2.3