Identity Management and Authentication
The following identity management and authentication features and functionalities are deprecated in Oracle Linux 9.
SSSD Files Provider
The SSSD files
provider, which retrieves user information from local
files such as /etc/shadow
and group information from
/etc/groups
, is deprecated and disabled by default in Oracle Linux
9.
To retrieve user and group information from local files with SSSD:
-
Configure SSSD. Choose one of the following options:
-
Explicitly configure a local domain with the
id_provider=files
option in thesssd.conf
configuration file.[domain/local] id_provider=files ...
-
Enable the
files
provider by settingenable_files_domain=true
in thesssd.conf
configuration file.[sssd] enable_files_domain = true
-
-
Configure the name services switch.
sudo authselect enable-feature with-files-provider
OpenLDAP Utility Options
The OpenLDAP project has deprecated the -h
and -p
options
in its utilities, and recommends using the -H
option instead to specify the
LDAP URI.