5.3 Installing and Uninstalling Linux PAM Client on Ubuntu and Debian 9

NOTE:Before installing Linux PAM Client on Ubuntu, ensure to configure lightdm. For more information, see Preinstalling the Configuration on Ubuntu 16.

To install Linux PAM Client on Ubuntu and Debian 9, perform the following steps:

  1. Run the following command:

    sudo dpkg -i naaf-linuxpamclient-debian-release-<version>.deb

  2. Run one of the following commands:

    • Non-domain joined Linux machine

      sudo chmod +x /opt/pam_aucore/bin/activate-nondomain.sh

      sudo /opt/pam_aucore/bin/activate-nondomain.sh

      NOTE:Ensure to set Event type as OS logon (local) in the Linux logon event for the Linux machine that is not joined to a domain.

    • Domain joined Linux machine

      sudo chmod +x /opt/pam_aucore/bin/activate.sh

      sudo /opt/pam_aucore/bin/activate.sh mycompany.com

      where mycompany.com is your FQDN.

      NOTE:Ensure to set Event type as OS Logon (domain) in the Linux logon event for the Linux machine that is joined to a domain.

To uninstall Linux PAM Client on Ubuntu and Debian 9, run the following command:

sudo dpkg --purge pam_aucore