GUACAMOLE-101: Add quotations marks around literal value.
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/840bc80a Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/840bc80a Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/840bc80a Branch: refs/heads/master Commit: 840bc80a7839a524c4e4b06bd205ecc0eeb70380 Parents: e23f09e Author: Nick Couchman <[email protected]> Authored: Tue Mar 28 11:46:24 2017 -0400 Committer: Nick Couchman <[email protected]> Committed: Tue Mar 28 12:44:31 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/840bc80a/src/chapters/ldap-auth.xml ---------------------------------------------------------------------- diff --git a/src/chapters/ldap-auth.xml b/src/chapters/ldap-auth.xml index e9191cb..ab539a8 100644 --- a/src/chapters/ldap-auth.xml +++ b/src/chapters/ldap-auth.xml @@ -400,7 +400,7 @@ dn: cn={4}guacConfigGroup,cn=schema,cn=config <listitem> <para>The search filter used to query the LDAP tree for users that can log into and be granted privileges in Guacamole. <emphasis>If - this property is omitted the default of (objectClass=*) will be used. + this property is omitted the default of "(objectClass=*)" will be used. </emphasis></para> </listitem> </varlistentry>
