How do you install ldap auth client in Linux using apt-get command?
Here is a tutorial to learn how to install ldap auth client using apt-get command.
Step 1: Open terminal with su access and enter the command as shown below:
apt-get install ldap auth client -y
Step 2: After completion, the install command exits and instructs the user to restart the running instances of ldap auth client if it is running already.
Result of the Command Execution shown below:
r o o t @ h i o x : ~ a p t g e t i n s t a l l l d a p a u t h c l i e n t y