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 <[email protected]> Authored: Thu Mar 23 10:27:47 2017 -0400 Committer: Nick Couchman <[email protected]> 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.
