Chapitre 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 following procedure to configure SSSD and the name services switch.
Conditions préalables
-
You need
root
permissions to edit the/etc/sssd/sssd.conf
configuration file and runauthselect
commands.
Procédure
Configurer SSSD. Choisissez l'une des options suivantes :
Enable the
files
provider by setting the optionenable_files_domain=true
in thesssd
section of thesssd.conf
configuration file.[sssd] enable_files_domain = true
Explicitly configure a new
local
domain in thesssd.conf
configuration file and specify the optionid_provider=files
.[domain/local] id_provider=files ...
Configurer le commutateur des services de noms.
# authselect enable-feature with-files-provider