Github user jmuehlner commented on a diff in the pull request:

    
https://github.com/apache/incubator-guacamole-client/pull/131#discussion_r107064241
  
    --- Diff: 
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/ConfigurationService.java
 ---
    @@ -216,11 +224,54 @@ public EncryptionMethod getEncryptionMethod() throws 
GuacamoleException {
          * @throws GuacamoleException
          *     If guacamole.properties cannot be parsed.
          */
    -    public int getMaxResults() throws GuacamoleException {
    +    private int getMaxResults() throws GuacamoleException {
             return environment.getProperty(
                 LDAPGuacamoleProperties.LDAP_MAX_SEARCH_RESULTS,
                 1000 
             );
         }
     
    +    /**
    +     * Returns whether or not LDAP aliases will be dereferenced,
    +     * as configured with guacamole.properties.  The default
    --- End diff --
    
    Extra space here too.


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