2.2 Preparing Linux for Installating Linux PAM Client

You must disable SELinux and configure networking before installing Linux PAM Client.

To disable SELinux, perform the following steps:

  1. Open the configuration file sudo nano /etc/selinux/config.

  2. Change SELINUX=enforcing to SELINUX=disabled.

  3. Save the changes in the file.

  4. Reboot your system.

To configure networking, perform the following steps:

  1. Ensure that DNS is properly configured for server discovery.

  2. Set Search Domains to FQDN.

    For example, in CentOS 7, you can set /etc/sysconfig/network-scripts/ifcfg-eth0

    by adding DOMAIN=mycompany.com.