documentation_complete: true

title: 'System Security Services Daemon'

description: |-
    The System Security Services Daemon (SSSD) is a system daemon that provides access
    to different identity and authentication providers such as Red Hat's IdM, Microsoft's AD,
    openLDAP, MIT Kerberos, etc. It uses a common framework that can provide caching and offline
    support to systems utilizing SSSD. SSSD using caching to reduce load on authentication
    servers permit offline authentication as well as store extended user data.
    <br /><br />
    For more information, see
    {{%- if product == "rhel8" -%}}
        {{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/installing_identity_management/index#assembly_installing-an-idm-client_installing-identity-management") }}}
    {{%- elif product == "rhel9" -%}}
        {{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/installing_identity_management/index#assembly_installing-an-idm-client_installing-identity-management") }}}
    {{%- elif product == "ol7" -%}}
        {{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/7/userauth/userauth-AuthenticationConfiguration.html#ol7-sssd-auth") }}}
    {{%- elif product == "ol8" -%}}
        {{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/8/userauth/userauth-UsingtheSystemSecurityServicesDaemon.html#sssd-auth") }}}
    {{%- elif product == "ol9" -%}}
        {{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/9/userauth/userauth-UsingtheSystemSecurityServicesDaemon.html") }}}
    {{%- endif %}}

platform: package[sssd]
