sssd
System security services daemon
SSSD is a system daemon. Its primary function is to provide access to identity and authentication remote resource through a common framework that can provide caching and offline support to the system. It provides PAM and NSS modules, and in the future will support D-BUS based interfaces for extended user information. It also provides a better database to store local users as well as extended user data.
- Versions: 2.9.6
- Website: https://pagure.io/SSSD/sssd/
- Licenses: GPL 3+
- Package source: gnu/packages/sssd.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of sssd as follows:
guix install sssd
Or install a particular version:
guix install sssd@2.9.6
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of sssd about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/sssd'><img src='https://packages.guix.gnu.org/packages/sssd/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/sssd)
Example Org:
[[https://packages.guix.gnu.org/packages/sssd][https://packages.guix.gnu.org/packages/sssd/badges/latest-version.svg]]