[GH-ISSUE #898] [FEATURE REQUEST] modifyTimestamp #328

Closed
opened 2026-02-27 08:16:40 +03:00 by kerem · 2 comments
Owner

Originally created by @nitnelave on GitHub (Apr 20, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/898

Originally assigned to: @Copilot on GitHub.

Motivation
SSSD requires it.

Describe the solution you'd like
A custom rust-implemented field that gets updated whenever a user/group is modified

Describe alternatives you've considered
You can create a custom attribute by hand, but not realistically keep it up to date.

Originally created by @nitnelave on GitHub (Apr 20, 2024). Original GitHub issue: https://github.com/lldap/lldap/issues/898 Originally assigned to: @Copilot on GitHub. **Motivation** SSSD requires it. **Describe the solution you'd like** A custom rust-implemented field that gets updated whenever a user/group is modified **Describe alternatives you've considered** You can create a custom attribute by hand, but not realistically keep it up to date.
Author
Owner

@dregad commented on GitHub (Dec 26, 2024):

I need this too.

<!-- gh-comment-id:2562948554 --> @dregad commented on GitHub (Dec 26, 2024): I need this too.
Author
Owner

@nitnelave commented on GitHub (Aug 26, 2025):

Implementation overview:

  • create a DB migration that adds a new timestamp "user modified" column with default value of now. Do the same for "password modified"
  • update the user model to include the new fields
  • add them as hardcoded, read-only attributes in the LDAP and GraphQL APIs
  • update the SQL backend handlers to update them on user modification
  • display them in the user details page in the frontend
<!-- gh-comment-id:3225587490 --> @nitnelave commented on GitHub (Aug 26, 2025): Implementation overview: - create a DB migration that adds a new timestamp "user modified" column with default value of now. Do the same for "password modified" - update the user model to include the new fields - add them as hardcoded, read-only attributes in the LDAP and GraphQL APIs - update the SQL backend handlers to update them on user modification - display them in the user details page in the frontend
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#328
No description provided.