How do you install krb5 kdc ldap in Linux using apt-get command?
Here is a tutorial to learn how to install krb5 kdc ldap using apt-get command.
Step 1: Open terminal with su access and enter the command as shown below:
apt-get install krb5 kdc ldap -y
Step 2: After completion, the install command exits and instructs the user to restart the running instances of krb5 kdc ldap 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 k r b 5 k d c l d a p y