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 <[email protected]> Authored: Fri Mar 24 07:17:49 2017 -0400 Committer: Nick Couchman <[email protected]> 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>
