Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-manual/pull/38#discussion_r107335308
--- Diff: 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),
--- End diff --
The values themselves need to be in quotes, so it's clear that their
literal values must be specified verbatim. This is the convention that we
follow elsewhere. For example, a few sections above:
<para>The encryption mechanism that Guacamole should use when
communicating
with your LDAP server. Legal values are "none" for unencrypted LDAP,
"ssl" for LDAP over SSL/TLS (commonly known as LDAPS), or
"starttls" for
STARTTLS. If omitted, encryption will not be used.</para>
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---