kanidm/kanidm_unix_int
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
..
nss_kanidm (cargo-release) version 1.1.0-alpha.2 2020-10-01 10:04:26 +10:00
pam_kanidm (cargo-release) version 1.1.0-alpha.2 2020-10-01 10:04:27 +10:00
pam_tester Update to latest rc 2020-04-10 15:55:25 +10:00
src Unixd - NXCache of unknown items (#338) 2020-12-28 09:41:16 +10:00
tests Unixd - NXCache of unknown items (#338) 2020-12-28 09:41:16 +10:00
Cargo.toml Unixd - NXCache of unknown items (#338) 2020-12-28 09:41:16 +10:00