diff options
author | Linus Nordberg <linus@nordu.net> | 2012-02-18 11:12:13 -0800 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-02-18 11:12:13 -0800 |
commit | a0008e2f3e69c136fe21744a212cd58eb3a1c4a7 (patch) | |
tree | a123f4626d0c58192dfc150905662ca6fae52751 /radsecproxy.conf.5.xml | |
parent | b1414bff978dfa517a9cc8fa644d3032733e8bd8 (diff) |
Remove documentation on dynamic lookup since it doesn't work.
Also, add some notes about dynamic lookup esp. wrt. freeing of resources to develdoc.txt.
Diffstat (limited to 'radsecproxy.conf.5.xml')
-rw-r--r-- | radsecproxy.conf.5.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/radsecproxy.conf.5.xml b/radsecproxy.conf.5.xml index 3871e06..35182f0 100644 --- a/radsecproxy.conf.5.xml +++ b/radsecproxy.conf.5.xml @@ -633,8 +633,7 @@ blocktype name { <literal>AddTTL</literal>, <literal>rewrite</literal>, <literal>rewriteIn</literal>, <literal>rewriteOut</literal>, <literal>statusServer</literal>, <literal>retryCount</literal>, - <literal>retryInterval</literal>, - <literal>dynamicLookupCommand</literal> and + <literal>retryInterval</literal> and <literal>LoopPrevention</literal>. </para> <para> @@ -669,12 +668,6 @@ blocktype name { an interval of 5s. </para> <para> - The option <literal>dynamicLookupCommand</literal> 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. - </para> - <para> Using the <literal>LoopPrevention</literal> option here overrides any basic setting of this option. See section <literal>BASIC OPTIONS</literal> for details on this option. |