kanidm/kanidmd
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
..
benches Add concurrent structures, and initial attempt at benchmarking (#173) 2020-01-26 19:55:53 +10:00
src Unixd - NXCache of unknown items (#338) 2020-12-28 09:41:16 +10:00
Cargo.toml 13 135 webauthn support (#332) 2020-12-02 11:12:07 +10:00
Dockerfile 13 135 webauthn support (#332) 2020-12-02 11:12:07 +10:00
Dockerfile.scratch Merge docker image github actions into unique 2020-05-07 12:37:14 +10:00
server.toml 13 135 webauthn support (#332) 2020-12-02 11:12:07 +10:00