stcbus commented on code in PR #1091:
URL: https://github.com/apache/guacamole-client/pull/1091#discussion_r2478716045
##########
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/group/UserGroupService.java:
##########
@@ -227,14 +229,37 @@ public List<Entry>
getParentUserGroupEntries(ConnectedLDAPConfiguration config,
groupAttributes.add(memberAttribute);
// Get all groups the user is a member of starting at the groupBaseDN,
- // excluding guacConfigGroups
+ // excluding guacConfigGroups and evaluating nested groups
+ // (if enabled).
+
+ ExprNode groupFilter = config.getGroupSearchFilter();
+ String filterValue = userIDorDN;
+ final String matchingOID = "1.2.840.113556.1.4.1941";
Review Comment:
Apologies @necouchman , I am not very familiar with Java, I think I have it
how you want it, now.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]