Github user mike-jumper commented on a diff in the pull request:

    
https://github.com/apache/incubator-guacamole-manual/pull/38#discussion_r107831161
  
    --- Diff: src/chapters/ldap-auth.xml ---
    @@ -384,6 +384,16 @@ 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.  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.
    --- End diff --
    
    Your `<para>` is missing a corresponding end tag, which is causing the 
manual build to fail with these changes present:
    
    ```
    $ make
    cd src; xsltproc -o ../html/ --xinclude site.xslt gug.xml
    chapters/ldap-auth.xml:395: parser error : Opening and ending tag mismatch: 
para line 390 and listitem
                        </listitem>
                                   ^
    ```



---
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.
---

Reply via email to