fix(deps): update module github.com/netresearch/simple-ldap-go to v1.13.0 - #252
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 #252 +/- ##
=======================================
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 21:14
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.2→v1.13.0Release Notes
netresearch/simple-ldap-go (github.com/netresearch/simple-ldap-go)
v1.13.0Compare Source
Added
PasswordExpiryFor(ctx, user)returns a directory-independent answer to when a password expires, andUsersWithExpiringPasswords(ctx, within)returns the enabled users whose password expires inside a window, oldest deadline first. The result distinguishes four states —expires(with the moment),never-expires,must-change,unknown— rather than a bare timestamp, because they are not interchangeable: a caller that treatsunknownas expiring would act on every account the directory happens to be quiet about.msDS-UserPasswordExpiryTimeComputed, which folds in the domain policy and any Password Settings Object server-side, so no privileged read of the Password Settings Container is needed. NewUserfieldsPasswordExpiresAt,PwdChangedAt,PasswordPolicyDNexpose the underlying attributes.pwdChangedTimeplus the governing policy'spwdMaxAge, taken from the entry'spwdPolicySubentryor the newConfig.PasswordPolicyDN.pwdMaxAgeis memoised per policy DN, so a directory scan costs one policy read per distinct policy rather than one per user.userAccountControl, so every OpenLDAP user reads as enabled; a caller that must exclude deactivated OpenLDAP accounts has to do so by its own criterion.Fixed
FindUserByDNContextrequested a shorter attribute list than the other user searches, so it silently returned aUserwithpwdLastSet,accountExpires,lockoutTimeandwhenCreatedzeroed — the same type meaning different things depending on which finder produced it. It now uses the shareduserFieldslike every other user search.CI
unitteststo match whatgo-check.ymluploads under (#187); the previousunitname left real unit coverage attributed to an undeclared flag while a stale one carried forward.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.