From Fedora Project Wiki
Description
FIXME
How to test
- As a logged in desktop user, start the authentication configuration utility by running the command
system-config-authentication
, or by selecting the menu item System → Administration → Authentication - Select User account base as Local accounts only (see (Image: Screenshot-Local Authentication.png)
- When finished, select Apply to save your changes.
- Open a terminal and as root execute the following command to enable the sssd service
- authconfig --update --enablesssd --enablesssdauth
- Next, add a new user and assign a passwd:
- sss_useradd localsssd
- passwd localsssd
Expected Results
- The command getent return information about the local account. Sample output appears below.
- getent passwd localsssd
- gsr:x:500:500::/home/localsssd:/bin/bash
- Whether using a graphical utility, or the command passwd, the password is successfully changed
- The new password is accepted when logging into the desktop
- You are able to login to your system using a remote shell command such as ssh