ssscache
ssscache is a caching component associated with the System Security Services Daemon (SSSD) used on Linux and other Unix-like systems. It maintains a local cache of identity and authentication data retrieved from remote identity providers such as LDAP directories, Active Directory, or Kerberos.
The cache aims to improve authentication performance and provide offline access when the remote directory is
Management is handled by a dedicated command-line utility, sss_cache (sometimes referred to as ssscache), which can
Storage location and format: on-disk cache data is stored under the system's SSSD data directory (commonly /var/lib/sss/
Relation and history: ssscache is part of the SSSD project, which provides centralized identity, authentication, and
See also: System Security Services Daemon (SSSD), LDAP, Active Directory, Kerberos, NSS.