Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/netresearch/simple-ldap-go v1.6.0 -> v1.8.0 age confidence

Release Notes

netresearch/simple-ldap-go (github.com/netresearch/simple-ldap-go)

v1.8.0

Compare Source

What's New

Users
  • Added LastLogon field to User struct exposing the lastLogonTimestamp LDAP attribute
  • Allows applications to display when users last logged in, similar to Computer struct
Internal
  • Added helper function to convert Windows FILETIME to Unix timestamp (shared with Computer struct)

v1.7.0

Compare Source

What's New

Group struct enhancements
  • Added Description field for group description/notes
  • Added MemberOf field for parent group memberships (nested groups)
Computer struct enhancements
  • Added Description field for computer description/notes
  • Added DNSHostName field for fully qualified DNS hostname
  • Added ServicePack field for OS service pack information
  • Added LastLogon field (Unix timestamp from lastLogonTimestamp)
New helper function
  • Added parseLastLogonTimestamp() for converting AD FILETIME to Unix timestamp

All find methods for Groups and Computers now fetch and populate the new fields automatically.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 28, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/docker/docker v28.4.0+incompatible -> v28.5.1+incompatible
github.com/testcontainers/testcontainers-go v0.39.0 -> v0.40.0
github.com/testcontainers/testcontainers-go/modules/openldap v0.39.0 -> v0.40.0

@github-actions github-actions bot enabled auto-merge December 28, 2025 17:58
@github-actions github-actions bot added this pull request to the merge queue Dec 28, 2025
Merged via the queue into main with commit c6d204c Dec 28, 2025
15 checks passed
@github-actions github-actions bot deleted the renovate/github.com-netresearch-simple-ldap-go-1.x branch December 28, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant