GUACAMOLE-197: Update parameter names to match actual extension parameters.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/24915f71
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/24915f71
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/24915f71

Branch: refs/heads/master
Commit: 24915f71d600f87265b35f1d6fecbf71ba07d06d
Parents: 8c46fb8
Author: Nick Couchman <vn...@apache.org>
Authored: Fri Feb 2 10:10:01 2018 -0500
Committer: Nick Couchman <vn...@apache.org>
Committed: Fri Feb 2 10:10:01 2018 -0500

----------------------------------------------------------------------
 src/chapters/radius-auth.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/24915f71/src/chapters/radius-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/radius-auth.xml b/src/chapters/radius-auth.xml
index 2b45317..4b6a6f0 100644
--- a/src/chapters/radius-auth.xml
+++ b/src/chapters/radius-auth.xml
@@ -175,7 +175,7 @@
                 </listitem>
             </varlistentry>
             <varlistentry>
-                <term><property>ca-key-file</property></term>
+                <term><property>radius-ca-file</property></term>
                 <listitem>
                     <para>The file that stores the certificate authority 
certificates for the
                         connection to the RADIUS server.  Defaults to no file 
- if specified, the
@@ -183,14 +183,14 @@
                 </listitem>
             </varlistentry>
             <varlistentry>
-                <term><property>ca-key-type</property></term>
+                <term><property>radius-ca-type</property></term>
                 <listitem>
                     <para>The type of file store used for the certificate 
authority.  If not
                         specified this defaults to pem.</para>
                 </listitem>
             </varlistentry>
             <varlistentry>
-                <term><property>ca-key-password</property></term>
+                <term><property>radius-ca-password</property></term>
                 <listitem>
                     <para>The password used to protect the certificate 
authority store, if
                         any.  Default to null.</para>

Reply via email to