GUACAMOLE-204: Correct issues in XML for CAS authentication.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/3596ed49 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/3596ed49 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/3596ed49 Branch: refs/heads/master Commit: 3596ed492192b1b40e1f77650ad8c3b3cb2d18dc Parents: cdba910 Author: Nick Couchman <[email protected]> Authored: Tue Feb 14 14:39:33 2017 -0500 Committer: Nick Couchman <[email protected]> Committed: Mon May 22 08:34:59 2017 -0400 ---------------------------------------------------------------------- src/chapters/cas-auth.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/3596ed49/src/chapters/cas-auth.xml ---------------------------------------------------------------------- diff --git a/src/chapters/cas-auth.xml b/src/chapters/cas-auth.xml index a8a7cb6..56d32f8 100644 --- a/src/chapters/cas-auth.xml +++ b/src/chapters/cas-auth.xml @@ -58,7 +58,7 @@ <secondary>configuration</secondary> </indexterm> <para>The CAS authentication extension provides two configuration properties, both - of which are required. + of which are required.</para> <variablelist> <varlistentry> <term><property>cas-authorization-endpoint</property></term> @@ -66,6 +66,8 @@ <para>The URL of the CAS authentication server. This should be the full path to the base of the CAS installation.</para> </listitem> + </varlistentry> + <varlistentry> <term><property>cas-redirect-uri</property></term> <listitem> <para>The URI to redirect back to upon successful authentication. Normally
