Chapter 3. Enabling the local files provider for SSSD
If you need to retrieve user information from local files, such as user data from /etc/shadow and group information from /etc/groups, use the following procedure to configure SSSD and the name services switch.
Prerequisites
-
You need
rootpermissions to edit the/etc/sssd/sssd.confconfiguration file and runauthselectcommands.
Procedure
Configure SSSD. Choose one of the following options:
Enable the
filesprovider by setting the optionenable_files_domain=truein thesssdsection of thesssd.confconfiguration file.[sssd] enable_files_domain = true
Explicitly configure a new
localdomain in thesssd.confconfiguration file and specify the optionid_provider=files.[domain/local] id_provider=files ...
Configure the name services switch.
# authselect enable-feature with-files-provider