Configure the Linux-PAM using NSCD
Configure the Oracle Identity Cloud Service Linux Pluggable Authentication Module (PAM) on Linux using the NSCD service.
Note:
The following prerequisites must be met before proceeding with the configuration.- The NSCD service should be installed. If it is not installed, install via
sudo yum install nscd. - The service must be configured to start when the system reboots. You can perform this configuration via
sudo chkconfig nscd on. - The property
SELINUXmust be set aspermissiveordisabledin file/etc/selinux/config. If it is not set, then setSELINUX=permissiveorSELINUX=disabled. - Restart Linux to incorporate the above changes.