You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2021/08/24 00:31:27 UTC

[GitHub] [guacamole-client] mike-jumper commented on a change in pull request #640: GUACAMOLE-1130: Limit LDAP attribute retrieval to only those required or requested

mike-jumper commented on a change in pull request #640:
URL: https://github.com/apache/guacamole-client/pull/640#discussion_r694396228



##########
File path: extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/group/UserGroupService.java
##########
@@ -192,7 +192,8 @@ private ExprNode getGroupSearchFilter() throws GuacamoleException {
                 ldapConnection,
                 userDN,
                 confService.getUserSearchFilter(),
-                0);
+                0,
+                null);

Review comment:
       Why `null` here vs. a more restricted set of attributes?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org