diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm index 42ee8d64aa5f2aba870bf10fba8782a1591603a0..95811d612b3e74da82f0148914a382c010b8320d 100644 --- a/gnu/packages/sssd.scm +++ b/gnu/packages/sssd.scm @@ -169,7 +169,7 @@ (define-public sssd (description "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 D-BUS based interfaces -for extended user information. It also provides a better database to store -local users as well as extended user data.") +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.") (license license:gpl3+)))