docs: Document authselect to enable the NSS module

When using recent Fedora and RHEL versions, the manual setup that
is otherwise necessary to enable the module can be replaced with
executing a single command.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Andrea Bolognani 2024-11-12 23:32:33 +01:00
parent 3224b25607
commit b3a4b049c4

View File

@ -36,8 +36,15 @@ of installing it will be similar.
Configuration Configuration
------------- -------------
To enable the module, modify ``/etc/nsswitch.conf`` so that the ``hosts`` line If you're running a new enough version of Fedora (>= 37) or RHEL (>= 10), then
looks similar to you can use ``authselect`` to enable the module with a single command:
::
# authselect enable-feature with-libvirt
For other distributions, you will have to manually update the configuration in
``/etc/nsswitch.conf`` so that the ``hosts`` line looks similar to
:: ::