SSSD / sssd

A daemon to manage identity, authentication and authorization for centrally-managed systems.
https://sssd.io
GNU General Public License v3.0
583 stars 234 forks source link

Man pages broken #7449

Closed aplopez closed 2 months ago

aplopez commented 2 months ago

Some features are not present in the man pages in SSSD-2.10~beta1, in particular those associated to SSH.

aplopez commented 2 months ago

The problem was introduced when the long CONDS line in Makefile.am:79 was cut into several smaller ones. Each new line adds a space that breaks the functionality list. These lines need to be set back to a single line.

pbrezina commented 2 months ago

Pushed PR: https://github.com/SSSD/sssd/pull/7450