kimsehwan96 opened a new pull request, #822:
URL: https://github.com/apache/ranger/pull/822

   ## What changes were proposed in this pull request?
   
   Fixed incorrect condition in computeDeletedGroups() that prevented deleted 
groups from being marked as HIDDEN. When groups are removed from the sync 
source (e.g., LDAP), they should be marked as HIDDEN in Ranger. However, due to 
an inverted condition check, only groups that were already HIDDEN were being 
processed, while groups that needed to be newly marked as deleted were skipped.
   
   
   ## How was this patch tested?
   - Built locally and deployed to a test environment
   - Verified that groups removed from LDAP source are correctly marked as 
HIDDEN in Ranger after usersync
   


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

Reply via email to