diff options
author | venaas <venaas> | 2008-10-16 12:27:15 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-10-16 12:27:15 +0000 |
commit | 70d247a1cdf350eaa32c40ba1169fa4bb504e37d (patch) | |
tree | 8a6e3cad56c7e282827378cd00a6a1d9380d9427 | |
parent | a7348ad540f206a942811e46843dfe3789ce1d08 (diff) |
added policyOID option in trunk docs, fixed typo in several docs
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.2@429 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r-- | radsecproxy.conf.5 | 2 | ||||
-rw-r--r-- | radsecproxy.conf.5.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/radsecproxy.conf.5 b/radsecproxy.conf.5 index 3bdb697..ce9d1b4 100644 --- a/radsecproxy.conf.5 +++ b/radsecproxy.conf.5 @@ -175,7 +175,7 @@ It can both be used as a basic option and inside blocks. For the full description, see the configuration syntax section above. .SH BLOCKS There are five types of blocks, they are \*(T<client\*(T>, -\*(T<server\*(T>, \*(T<realm\*(T>, \*(T<Btls\*(T> +\*(T<server\*(T>, \*(T<realm\*(T>, \*(T<tls\*(T> and \*(T<rewrite\*(T>. At least one instance of each of \*(T<client\*(T> and \*(T<realm\*(T> is required. This is necessary for the proxy to do anything useful, and it will exit if not. The diff --git a/radsecproxy.conf.5.xml b/radsecproxy.conf.5.xml index bafd98f..062a153 100644 --- a/radsecproxy.conf.5.xml +++ b/radsecproxy.conf.5.xml @@ -264,7 +264,7 @@ description, see the configuration syntax section above. <title>Blocks</title> <para> There are five types of blocks, they are <literal>client</literal>, -<literal>server</literal>, <literal>realm</literal>, <literal>Btls</literal> +<literal>server</literal>, <literal>realm</literal>, <literal>tls</literal> and <literal>rewrite</literal>. At least one instance of each of <literal>client</literal> and <literal>realm</literal> is required. This is necessary for the proxy to do anything useful, and it will exit if not. The |