You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by necouchman <gi...@git.apache.org> on 2017/02/14 19:40:44 UTC

[GitHub] incubator-guacamole-manual pull request #34: GUACAMOLE-204: Implement CAS Au...

GitHub user necouchman opened a pull request:

    https://github.com/apache/incubator-guacamole-manual/pull/34

    GUACAMOLE-204: Implement CAS Authentication

    Here's a pull request for the documentation for the CAS authentication module.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/necouchman/incubator-guacamole-manual GUACAMOLE-204

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-guacamole-manual/pull/34.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #34
    
----
commit dd57dbbb20fc79ee09195ba3abe79ab9e2a8f5fc
Author: Nick Couchman <ni...@cotyinc.com>
Date:   2017-02-13T17:46:26Z

    GUACAMOLE-204: Manual page for CAS authentication extension.

commit d255e030d0311fd2a7096c93857339d25739c7ff
Author: Nick Couchman <ni...@yahoo.com>
Date:   2017-02-14T19:39:33Z

    GUACAMOLE-204: Correct issues in XML for CAS authentication.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-guacamole-manual pull request #34: GUACAMOLE-204: Implement CAS Au...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-guacamole-manual/pull/34


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-guacamole-manual pull request #34: GUACAMOLE-204: Implement CAS Au...

Posted by mike-jumper <gi...@git.apache.org>.
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-guacamole-manual pull request #34: GUACAMOLE-204: Implement CAS Au...

Posted by mike-jumper <gi...@git.apache.org>.
Github user mike-jumper commented on a diff in the pull request:

    https://github.com/apache/incubator-guacamole-manual/pull/34#discussion_r117656983
  
    --- 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
    --- End diff --
    
    "brokes"?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-guacamole-manual pull request #34: GUACAMOLE-204: Implement CAS Au...

Posted by mike-jumper <gi...@git.apache.org>.
Github user mike-jumper commented on a diff in the pull request:

    https://github.com/apache/incubator-guacamole-manual/pull/34#discussion_r117657021
  
    --- 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
    --- End diff --
    
    I believe this is 0.9.12 as of the latest rebase.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---