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/03/24 17:27:16 UTC

[1/5] incubator-guacamole-manual git commit: GUACAMOLE-244: Add documentation for new ldap-dereference-alises parameter.

Repository: incubator-guacamole-manual
Updated Branches:
  refs/heads/master ea3cde7ff -> 41e72a904


GUACAMOLE-244: Add documentation for new ldap-dereference-alises 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/8c5d6ff6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/8c5d6ff6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/8c5d6ff6

Branch: refs/heads/master
Commit: 8c5d6ff6d04f3912390d15b6d7be3d7d2d4bba9f
Parents: ea3cde7
Author: Nick Couchman <ni...@yahoo.com>
Authored: Sat Mar 18 13:32:31 2017 -0400
Committer: Nick Couchman <ni...@yahoo.com>
Committed: Sat Mar 18 13:32:31 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/8c5d6ff6/src/chapters/ldap-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/ldap-auth.xml b/src/chapters/ldap-auth.xml
index a048023..cb37e49 100644
--- a/src/chapters/ldap-auth.xml
+++ b/src/chapters/ldap-auth.xml
@@ -384,6 +384,17 @@ dn: cn={4}guacConfigGroup,cn=schema,cn=config
                                 have no effect on Guacamole configurations.</emphasis></para>
                     </listitem>
                 </varlistentry>
+                <varlistentry>
+                    <term><property>ldap-dereference-aliases</property></term>
+                    <listitem>
+                        <para>Controls whether or not the LDAP connection follows (dereferences) aliases
+                            as it searches the tree.  There are four possible values: never (the default),
+                            finding, searching, and always.  Never means aliases will never be followed;
+                            searching means they will be dereferenced during search, but not when finding
+                            the start of the search; finding means only when finding the start of the search,
+                            but not during the search; always means they will always be followed.</para>
+                    </listitem>
+                </varlistentry>
             </variablelist>
             <para>Again, even if the defaults are sufficient for the other properties, <emphasis>you
                     must still specify the <property>ldap-user-base-dn</property>


[2/5] incubator-guacamole-manual git commit: GUACAMOLE-244: Clean up language in documenting the new ldap-dereference-aliases parameter.

Posted by mj...@apache.org.
GUACAMOLE-244: Clean up language in documenting the new ldap-dereference-aliases 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/77d7998b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/77d7998b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/77d7998b

Branch: refs/heads/master
Commit: 77d7998bc10f334d890101dc6373afc912db51d6
Parents: 8c5d6ff
Author: Nick Couchman <vn...@apache.org>
Authored: Wed Mar 22 08:45:31 2017 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Wed Mar 22 08:45:31 2017 -0400

----------------------------------------------------------------------
 src/chapters/ldap-auth.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/77d7998b/src/chapters/ldap-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/ldap-auth.xml b/src/chapters/ldap-auth.xml
index cb37e49..7bb7097 100644
--- a/src/chapters/ldap-auth.xml
+++ b/src/chapters/ldap-auth.xml
@@ -388,11 +388,10 @@ dn: cn={4}guacConfigGroup,cn=schema,cn=config
                     <term><property>ldap-dereference-aliases</property></term>
                     <listitem>
                         <para>Controls whether or not the LDAP connection follows (dereferences) aliases
-                            as it searches the tree.  There are four possible values: never (the default),
-                            finding, searching, and always.  Never means aliases will never be followed;
-                            searching means they will be dereferenced during search, but not when finding
-                            the start of the search; finding means only when finding the start of the search,
-                            but not during the search; always means they will always be followed.</para>
+                            as it searches the tree.  Poossible values for this property are "never" (the default)
+                            so that aliases will never be followed, "searching" to dereference during search operations
+                            after the base object is located, "finding" to dereference in order to locate the
+                            search base, but not during the actual search, and "always" to always dereference aliases.
                     </listitem>
                 </varlistentry>
             </variablelist>


[3/5] incubator-guacamole-manual git commit: GUACAMOLE-244: Fix spelling error

Posted by mj...@apache.org.
GUACAMOLE-244: Fix spelling error


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

Branch: refs/heads/master
Commit: 6b38e6f1b6ce720b795bb82a472ab8c4d0774c75
Parents: 77d7998
Author: Nick Couchman <vn...@apache.org>
Authored: Thu Mar 23 10:27:47 2017 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Thu Mar 23 10:27:47 2017 -0400

----------------------------------------------------------------------
 src/chapters/ldap-auth.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/6b38e6f1/src/chapters/ldap-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/ldap-auth.xml b/src/chapters/ldap-auth.xml
index 7bb7097..666e90b 100644
--- a/src/chapters/ldap-auth.xml
+++ b/src/chapters/ldap-auth.xml
@@ -388,7 +388,7 @@ dn: cn={4}guacConfigGroup,cn=schema,cn=config
                     <term><property>ldap-dereference-aliases</property></term>
                     <listitem>
                         <para>Controls whether or not the LDAP connection follows (dereferences) aliases
-                            as it searches the tree.  Poossible values for this property are "never" (the default)
+                            as it searches the tree.  Possible values for this property are "never" (the default)
                             so that aliases will never be followed, "searching" to dereference during search operations
                             after the base object is located, "finding" to dereference in order to locate the
                             search base, but not during the actual search, and "always" to always dereference aliases.


[4/5] incubator-guacamole-manual git commit: GUACAMOLE-244: Add closing para tag.

Posted by mj...@apache.org.
GUACAMOLE-244: Add closing para tag.


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

Branch: refs/heads/master
Commit: 018bdc93d5eb488e5c1ad435a3364417fda829e3
Parents: 6b38e6f
Author: Nick Couchman <vn...@apache.org>
Authored: Fri Mar 24 07:17:49 2017 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Fri Mar 24 07:17:49 2017 -0400

----------------------------------------------------------------------
 src/chapters/ldap-auth.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/018bdc93/src/chapters/ldap-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/ldap-auth.xml b/src/chapters/ldap-auth.xml
index 666e90b..4e32267 100644
--- a/src/chapters/ldap-auth.xml
+++ b/src/chapters/ldap-auth.xml
@@ -391,7 +391,8 @@ dn: cn={4}guacConfigGroup,cn=schema,cn=config
                             as it searches the tree.  Possible values for this property are "never" (the default)
                             so that aliases will never be followed, "searching" to dereference during search operations
                             after the base object is located, "finding" to dereference in order to locate the
-                            search base, but not during the actual search, and "always" to always dereference aliases.
+                            search base, but not during the actual search, and "always" to always dereference
+                            aliases.</para>
                     </listitem>
                 </varlistentry>
             </variablelist>


[5/5] incubator-guacamole-manual git commit: GUACAMOLE-244: Merge documentation for configuring LDAP alias dereferencing behavior.

Posted by mj...@apache.org.
GUACAMOLE-244: Merge documentation for configuring LDAP alias dereferencing behavior.


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

Branch: refs/heads/master
Commit: 41e72a904e620fca2f088c5daae77a882c941fb8
Parents: ea3cde7 018bdc9
Author: Michael Jumper <mj...@apache.org>
Authored: Fri Mar 24 10:24:06 2017 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Fri Mar 24 10:24:06 2017 -0700

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