Connecting Linux server to Active Directory (old)
Hideez Enterprise Server – Connecting Linux server to Active Directory
127.0.1.1 <hostname>.<Domain_Name> <hostname><server_ip> <Server_Name>.<Domain_Name> <Server_Name>cat /etc/resolv.confUbuntu 18.04
sudo apt update
sudo apt install resolvconf
sudo systemctl enable resolvconf.servicenameserver <server_ip>sudo systemctl start resolvconf.serviceCentos 7
Install the necessary packages
Ubuntu 18.04
Centos 7
Installation check
Last updated