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

    
https://github.com/apache/incubator-guacamole-client/pull/132#discussion_r108327714
  
    --- Diff: 
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/ConfigurationService.java
 ---
    @@ -270,7 +270,46 @@ public LDAPSearchConstraints 
getLDAPSearchConstraints() throws GuacamoleExceptio
             constraints.setDereference(getDereferenceAliases().DEREF_VALUE);
     
             return constraints;
    +    }
    +
    +    /**
    +     * Returns the search filter that should be used when querying the
    +     * LDAP server for Guacamole users.  If no filter is specified,
    +     * a default of objectClass=* is returned.
    +     *
    +     * @return
    +     *     The search filter that should be used when querying the
    +     *     LDAP server for users that are valid in Guacamole, or
    +     *     objectClass=* if not specified.
    --- End diff --
    
    Same here - should be "(objectClass=*)".


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