Підключення сервера Linux до Active Directory
Hideez Enterprise Server – Підключення сервера Linux до 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.service