Github user mike-jumper commented on a diff in the pull request:

    
https://github.com/apache/incubator-guacamole-manual/pull/34#discussion_r117657025
  
    --- Diff: src/chapters/cas-auth.xml ---
    @@ -0,0 +1,89 @@
    +<?xml version="1.0" encoding="UTF-8"?>
    +
    +<chapter xml:id="cas-auth" xmlns="http://docbook.org/ns/docbook"; 
version="5.0" xml:lang="en"
    +    xmlns:xi="http://www.w3.org/2001/XInclude"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
    +    <title>CAS Authentication</title>
    +    <indexterm>
    +        <primary>CAS Authentication</primary>
    +    </indexterm>
    +    <para>CAS is an open-source Single Sign On (SSO) provider that allows 
multiple applications
    +        and services to authenticate against it and brokes those 
authentication requests to a
    +        back-end authentication provider.  This module allows Guacamole to 
redirect to CAS for
    +        authentication and user services.  This module must be layered on 
top of other authentication
    +        extensions that provide connection information, as it only 
provides user authentication.
    +        </para>
    +    <section xml:id="cas-downloading">
    +        <title>Downloading the CAS authentication extension</title>
    +        <para>The CAS authentication extension is available separately 
from the main
    +                <filename>guacamole.war</filename>. The link for this and 
all other
    +            officially-supported and compatible extensions for a 
particular version of Guacamole are
    +            provided on the release notes for that version. You can find 
the release notes for
    +            current versions of Guacamole here: <link
    +                
xlink:href="http://guacamole.incubator.apache.org/releases/";
    +                
>http://guacamole.incubator.apache.org/releases/</link>.</para>
    +        <para>The CAS authentication extension is packaged as a 
<filename>.tar.gz</filename>
    +            file containing only the extension itself,
    +                
<filename>guacamole-auth-cas-0.9.11-incubating.jar</filename>, which must
    +            ultimately be placed in 
<filename>GUACAMOLE_HOME/extensions</filename>.</para>
    +    </section>
    +    <section xml:id="installing-cas-auth">
    +        <title>Installing CAS authentication</title>
    +        <para>Guacamole extensions are self-contained 
<filename>.jar</filename> files which are
    +            located within the 
<filename>GUACAMOLE_HOME/extensions</filename> directory.
    +                <emphasis>If you are unsure where 
<varname>GUACAMOLE_HOME</varname> is located on
    +                your system, please consult <xref 
linkend="configuring-guacamole"/> before
    +                proceeding.</emphasis></para>
    +        <para>To install the CAS authentication extension, you must:</para>
    +        <procedure>
    +            <step>
    +                <para>Create the 
<filename>GUACAMOLE_HOME/extensions</filename> directory, if it
    +                    does not already exist.</para>
    +            </step>
    +            <step>
    +                <para>Copy 
<filename>guacamole-auth-cas-0.9.11-incubating.jar</filename> within
    --- End diff --
    
    Same here - 0.9.12.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to