How to Install sudo-ldap in Ubuntu 18.04



Install sudo-ldap by entering the following commands in the terminal:

sudo apt update
sudo apt install sudo-ldap

Description:

Provide limited super user privileges to specific users

Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. . This version is built with LDAP support, which allows an equivalent of the sudoers database to be distributed via LDAP. Authentication is still performed via pam.

Homepage: http://www.sudo.ws/

Version: 1.8.21p2-3ubuntu1

Section: universe/admin