You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/11/10 01:54:33 UTC

[1/2] guacamole-manual git commit: GUACAMOLE-611: Document "skip-if-unavailable" property.

Repository: guacamole-manual
Updated Branches:
  refs/heads/master b67b29bdb -> 6907752c0


GUACAMOLE-611: Document "skip-if-unavailable" property.


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

Branch: refs/heads/master
Commit: b1e724792b85b5bea132dc2452e9d45108303204
Parents: b67b29b
Author: Michael Jumper <mj...@apache.org>
Authored: Wed Oct 31 15:07:37 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Wed Oct 31 15:07:37 2018 -0700

----------------------------------------------------------------------
 src/chapters/configuring.xml | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/b1e72479/src/chapters/configuring.xml
----------------------------------------------------------------------
diff --git a/src/chapters/configuring.xml b/src/chapters/configuring.xml
index b2f62ae..2e581fb 100644
--- a/src/chapters/configuring.xml
+++ b/src/chapters/configuring.xml
@@ -216,6 +216,29 @@
                         need an SSL certificate and private key.</para>
                 </listitem>
             </varlistentry>
+            <varlistentry>
+                <term><indexterm xmlns:xl="http://www.w3.org/1999/xlink">
+                        <primary>skip-if-unavailable</primary>
+                    </indexterm><parameter>skip-if-unavailable</parameter></term>
+                <listitem>
+                    <para>A comma-separated list of the identifiers of authentication providers that
+                        should be allowed to fail internally without aborting the authentication
+                        process. For example, to request that Guacamole ignore failures due to the
+                        LDAP directory or MySQL server being unexpectedly down, allowing other
+                        authentication providers to continue functioning:</para>
+                    <informalexample>
+                        <programlisting>skip-if-unavailable: mysql, ldap</programlisting>
+                    </informalexample>
+                    <para>By default, Guacamole takes a conservative approach to internal failures,
+                        aborting the authentication process if an internal error occurs within any
+                        authentication provider. Depending on the nature of the error, this may mean
+                        that no users can log in until the cause of the failure is dealt with. The
+                            <parameter>skip-if-unavailable</parameter> property may be used to
+                        explicitly inform Guacamole that one or more underlying systems are expected
+                        to occasionally experience failures, and that other functioning systems
+                        should be relied upon if they do fail.</para>
+                </listitem>
+            </varlistentry>
         </variablelist>
         <example>
             <title>Example <filename>guacamole.properties</filename></title>


[2/2] guacamole-manual git commit: GUACAMOLE-611: Merge document "skip-if-unavailable" property.

Posted by vn...@apache.org.
GUACAMOLE-611: Merge document "skip-if-unavailable" property.


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

Branch: refs/heads/master
Commit: 6907752c0ef11924dd2c28ab7a9729bb99a86842
Parents: b67b29b b1e7247
Author: Nick Couchman <vn...@apache.org>
Authored: Fri Nov 9 20:53:28 2018 -0500
Committer: Nick Couchman <vn...@apache.org>
Committed: Fri Nov 9 20:53:28 2018 -0500

----------------------------------------------------------------------
 src/chapters/configuring.xml | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------