fix(deps): update module github.com/netresearch/simple-ldap-go to v1.12.2 - #251
Merged
renovate[bot] merged 1 commit intoJul 26, 2026
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #251 +/- ##
=======================================
Coverage 75.39% 75.39%
=======================================
Files 11 11
Lines 512 512
=======================================
Hits 386 386
Misses 101 101
Partials 25 25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
renovate
Bot
deleted the
renovate/github.com-netresearch-simple-ldap-go-1.x
branch
July 26, 2026 14:03
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
v1.12.1→v1.12.2Release Notes
netresearch/simple-ldap-go (github.com/netresearch/simple-ldap-go)
v1.12.2Compare Source
Fixed
ChangePasswordForSAMAccountNamewritingunicodePwdto OpenLDAP, but it still issued the RFC 3062 Password Modify on the pooled connection — bound as the caller's service account. RFC 3062 authorises a self-service change from the bind identity, so a directory refuses to verifyoldPasswdfor a caller that cannot write the target entry; slapd answersLDAP Result Code 53 "Unwilling To Perform": unwilling to verify old password. Any deployment binding a read-only service account (the normal arrangement) therefore still could not change a password. The non-AD path now opens a dedicated connection bound as the user with their current password, which is the flow RFC 3062 describes and which makes the bind itself the proof of the old password. The administrative reset path is unchanged: it legitimately uses the service-account connection with no old password.Changed
createDirectConnectiondelegates to a new internaldialAndBind, so a connection can be opened under a specific identity. The user-bound connection is deliberately unpooled — binding a pooled connection as an end user would leak that identity to the next caller that borrowed it.Added
ReadOnlyDN/ReadOnlyPassword) with a directory-wide read grant. Tests asserting a write must not bind ascn=admin: the superuser can write every entry and so masks any defect that depends on the caller's privileges. The v1.12.1 self-service test did exactly that — it passed while real deployments failed. The rewritten test binds as the read-only account and fails against v1.12.1.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.