Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/132#discussion_r108327688
--- 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.
--- End diff --
a default of "(objectClass=*)" is returned.
The parenthesis are a critical part of LDAP filter syntax.
---
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.
---