3.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 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 the following command:

    If Linux machine is not bound to a domain, ensure that you select OS logon (local) type as the Linux logon event:

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

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

    If Linux machine is bound to a domain, ensure that you select OS Logon (domain) type as the Linux logon event:

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

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

    where mycompany.com is your FQDN.

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

sudo dpkg --purge pam_aucore