mirror of
https://github.com/kanidm/kanidm.git
synced 2025-04-12 13:25:38 +02:00
It was possible that a token could be updated in a way that caused existing cached information to be lost if an event was delayed in it's write to the user token. To prevent this, the writes to user tokens now require the HsmLock to be held, and refresh the token just ahead of writing to ensure that these data can't be lost. The benefit to this approach is that readers remain unblocked by a writer. |
||
---|---|---|
.. | ||
common | ||
nss_kanidm | ||
pam_kanidm | ||
resolver | ||
Makefile |