kanidm/kanidm_client
Firstyear 9dbb5ccb59
Unixd - NXCache of unknown items (#338)
Previously we would only cache "hits" - items that kanidm is aware
of and did know about. However, this mean querying a raw uid/gid
number that was not known to files or kanidm would result in kanidm
doing an online check each request.

This adds a NXcache to cache misses, so they can be served as misses,
faster, and to reduce load on the main kanidm servers.

Fixes #336
2020-12-28 09:41:16 +10:00
..
src Unixd - NXCache of unknown items (#338) 2020-12-28 09:41:16 +10:00
tests Follow up on ci fixes 2020-12-08 17:33:27 +10:00
Cargo.toml 13 135 webauthn support (#332) 2020-12-02 11:12:07 +10:00