You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2017/10/28 03:41:32 UTC

[1/2] incubator-guacamole-manual git commit: GUACAMOLE-362: Add documentation for ClearPass parameter.

Repository: incubator-guacamole-manual
Updated Branches:
  refs/heads/staging/0.9.14-incubating 4e18295bc -> 4ba815851


GUACAMOLE-362: Add documentation for ClearPass parameter.


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/91479ada
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/91479ada
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/91479ada

Branch: refs/heads/staging/0.9.14-incubating
Commit: 91479ada07c07be26e4b571b3eca8dbc1df8116e
Parents: 4e18295
Author: Nick Couchman <vn...@apache.org>
Authored: Fri Oct 27 22:49:02 2017 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Fri Oct 27 22:49:02 2017 -0400

----------------------------------------------------------------------
 src/chapters/cas-auth.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/91479ada/src/chapters/cas-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/cas-auth.xml b/src/chapters/cas-auth.xml
index 6f7217d..178d58f 100644
--- a/src/chapters/cas-auth.xml
+++ b/src/chapters/cas-auth.xml
@@ -74,6 +74,14 @@
                             this will be the full URL of your Guacamole installation.</para>
                     </listitem>
                 </varlistentry>
+                <varlistentry>
+                    <term><property>cas-clearpass-key</property></term>
+                    <listitem>
+                        <para>If using CAS ClearPass to pass the SSO password to Guacamole, this
+                            parameter specifies the private key file to use to decrypt the
+                            password.  See the section on ClearPass below.</para>
+                    </listitem>
+                </varlistentry>
             </variablelist>
         </section>
         <section xml:id="completing-cas-install">
@@ -85,5 +93,19 @@
                     attempting installation.</emphasis> When ready, restart your servlet container
                 and give the new authentication a try.</para>
         </section>
+        <section xml:id="cas-clearpass">
+            <title>Using CAS ClearPass</title>
+            <para>CAS has a function called ClearPass that can be used to cache the password
+                used for SSO authentication and make that available to services at a later
+                time.  Configuring the CAS server for ClearPass is beyond the scope of this
+                article - more information can be found on the Apereo CAS wiki at the
+                following URL: <link xlink:href="https://apereo.github.io/cas">
+                https://apereo.github.io/cas</link>.</para>
+            <para>Once you have CAS configured for credential caching, you need to configure
+                the service with a keypair for passing the credential securely.  The public 
+                key gets installed on the CAS server, while the private key gets configured
+                with the <property>cas-clearpass-key</property> property.  The private key
+                file needs to be in RSA PKCS8 format.</para>
+        </section>
     </section>
 </chapter>


[2/2] incubator-guacamole-manual git commit: GUACAMOLE-362: Merge documentation for CAS ClearPass support.

Posted by mj...@apache.org.
GUACAMOLE-362: Merge documentation for CAS ClearPass support.


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/4ba81585
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/4ba81585
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/4ba81585

Branch: refs/heads/staging/0.9.14-incubating
Commit: 4ba815851382822c1d18bd26f7b45be1df6518a9
Parents: 4e18295 91479ad
Author: Michael Jumper <mj...@apache.org>
Authored: Fri Oct 27 20:40:25 2017 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Fri Oct 27 20:40:25 2017 -0700

----------------------------------------------------------------------
 src/chapters/cas-auth.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------