[
https://issues.apache.org/jira/browse/KNOX-3328?focusedWorklogId=1021273&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1021273
]
ASF GitHub Bot logged work on KNOX-3328:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/May/26 13:53
Start Date: 20/May/26 13:53
Worklog Time Spent: 10m
Work Description: github-actions[bot] commented on PR #1236:
URL: https://github.com/apache/knox/pull/1236#issuecomment-4499097360
## Test Results
21 tests 21 ✅ 2s ⏱️
1 suites 0 💤
1 files 0 ❌
Results for commit 9e277bf7.
[test-results]:data:application/gzip;base64,H4sIAN68DWoC/12Myw6CMBBFf4V07YJOpY3+jIHpNJkI1PSxIv67BbWCu3vOTc4iHI8UxbWRp0bEzKmCzaFP7OeCULAcab1AfuEWM+KfufOjmLYK1/N4EBSCDx8T8lyL6z4E3+LX23iX23hfQz9NnAqIC4ExgzOksQOlW2XJnltQTnZgUQ6WpEYyJJ4vKhj6Q/8AAAA=
Issue Time Tracking
-------------------
Worklog Id: (was: 1021273)
Time Spent: 0.5h (was: 20m)
> Support recursive group resolution in LDAP Proxy Service
> --------------------------------------------------------
>
> Key: KNOX-3328
> URL: https://issues.apache.org/jira/browse/KNOX-3328
> Project: Apache Knox
> Issue Type: Improvement
> Components: Server
> Affects Versions: 3.0.0
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Major
> Fix For: 3.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The current Knox LDAP proxy implementation only supports direct group
> memberships for users. When a client queries for a user's {{memberOf}}
> attribute, Knox only returns the groups where the user is an explicit member,
> ignoring any transitive or nested group memberships.
> Additionally, group entries themselves are not enriched with the {{memberOf}}
> attribute, making it difficult for clients to walk the hierarchy manually.
> This task implements:
> # Recursive group resolution for both search-based and {{memberOf}}-based
> lookups.
> # Strict cycle detection to prevent infinite loops in misconfigured LDAP
> environments.
> # Configurable depth limits to prevent performance degradation.
> # Enrichment of group-type entries with the {{memberOf}} attribute, allowing
> clients to see parent group memberships.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)