Open
Description
Stalwart recently changed their ldap client implementation and now requires an attribute to know when a password has been changed. From their doc:
Since password hashes are not available in bind authentication, Stalwart cannot detect password changes based on stored credentials in order to invalidate existing OAuth tokens. Therefore, it is essential to configure the secret-changed attribute to track password changes. This attribute should contain a value that changes whenever the user's password is updated, such as a timestamp or version hash. This allows Stalwart to recognize when a password has changed, even without access to the hash.
Can lldap implement such attribute?