sssd
System Security Services Daemon (SSSD) is an open-source system service used on Linux and other Unix-like operating systems to provide centralized identity, authentication, and authorization services. It consolidates access to remote identity providers and offers local caching to support offline authentication. SSSD serves as a replacement or supplement to older components such as nss_ldap and pam_krb5.
SSSD can operate with multiple identity providers, including LDAP servers (OpenLDAP, Microsoft Active Directory), Kerberos realms,
Configuration and operation: The daemon runs as sssd and is configured via /etc/sssd/sssd.conf. You can define
Usage and administration: SSSD integrates with NSS and PAM; on most distros it can be enabled via
History and availability: SSSD was developed to provide a unified framework for identity and authentication services