mirror of
https://github.com/lldap/lldap.git
synced 2026-04-26 08:45:55 +03:00
[GH-ISSUE #1187] [FEATURE REQUEST] Password change time attribute #424
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#424
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jip149 on GitHub (Jun 5, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1187
Stalwart recently changed their ldap client implementation and now requires an attribute to know when a password has been changed. From their doc:
Can lldap implement such attribute?
@nitnelave commented on GitHub (Jun 5, 2025):
There was a discussion about that recently on Discord.
I think this is a perfect example of what a plugin would be great for (once we merge plugin support)
@choucavalier commented on GitHub (Jul 4, 2025):
That just broke my stalwart mail server and I had to downgrade stalwart for now
@nitnelave commented on GitHub (Jul 4, 2025):
One workaround, for now, is to use the "user created" timestamp for the password. It means it won't be updated and the oauth tokens not invalidated, but it works.
@alex-savin commented on GitHub (Aug 12, 2025):
@nitnelave Could you please share the example how you done it?
Thank you in advance
@nitnelave commented on GitHub (Aug 12, 2025):
@alex-savin the plugin API is not merged yet, so there's no way to implement it right now.