-
Notifications
You must be signed in to change notification settings - Fork 13.1k
fix: LDAP Sync stops processing users if any entry can't be mapped to a Rocket.Chat user #35810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… a Rocket.Chat user
|
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: d9a96b2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 36 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Code Review Completed! 🔥The code review was successfully completed based on your current configurations. Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #35810 +/- ##
===========================================
+ Coverage 61.16% 61.18% +0.01%
===========================================
Files 2971 2971
Lines 70839 70835 -4
Branches 16185 16184 -1
===========================================
+ Hits 43329 43338 +9
+ Misses 24560 24548 -12
+ Partials 2950 2949 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Code Review Completed! 🔥The code review was successfully completed based on your current configurations. Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
Code Review Completed! 🔥The code review was successfully completed based on your current configurations. Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
Code Review Completed! 🔥The code review was successfully completed based on your current configurations. Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
Code Review Completed! 🔥The code review was successfully completed based on your current configurations. Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
Code Review Completed! 🔥The code review was successfully completed based on your current configurations. Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
Proposed changes (including videos or screenshots)
Issue(s)
SUP-766
Steps to test or reproduce
Further comments
Pull Request Description
This pull request addresses an issue in the Rocket.Chat repository where the LDAP Background Sync process would halt if any LDAP user entry could not be mapped to a Rocket.Chat user. The fix ensures that the sync process continues even if some entries cannot be mapped, improving the robustness of the LDAP synchronization feature. The changes are made in the
fix/ldap-error-on-entry-callbackbranch and are intended to be merged into thedevelopbranch.