Use the following steps to update to a new Linux Pluggable Authentication Module (PAM) version.
-
Confirm that PAM is installed by running the following command:
$ rpm -qa | grep oracle-cloud
You should see:
pam_oracle-cloud-<version>.x86_64
authn-oracle-cloud-<version>.x86_64
-
Update the RPM using the
rpm-U
command:
$ rpm -U authn-oracle-cloud-<version>.rpm
$ rpm -U pam_oracle-cloud-<version>.rpm
-
Restart sssd:
$ service sssd restart