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 <[email protected]> Authored: Wed Mar 22 08:45:31 2017 -0400 Committer: Nick Couchman <[email protected]> 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>
