In this video I will demonstrate how to join and authenticate a linux machine to Active directory in Less than 5 minutes.
== Subscribe & don't miss a Video ==
https://bit.ly/channel_techstory
***********************************************************
==Contents of this video==
0:00 Intro
0:16 Requirements to follow along
1:01 Setting a static IP address
1:44 Update and Upgrade the Linux server
1:55 Install SSH
2:05 Changing DNS server
3:06 Changing the hosts file
3:29 Removing Avahi-daemon
3:43 Downloading & Install power broker identity services
4:27 Joining the domain
4:54 Testing the domain
5:39 Altering PAM settings
6:17 Ending / Outro
***********************************************************
==Download Debian Here==
https://www.debian.org/distrib/netinst
***********************************************************
==/etc/network/interfaces file content on Debian==
auto [Interface name]
iface [Interface name] inet static
address [Your IP address]
netmask [Your subnet]
gateway [Your gateway]
dns-domain [Your domain]
dns-nameservers [Your DNS SERVER]
***********************************************************
==Article containing the commands used with Ubuntu==
https://bit.ly/3gpE9QE
***********************************************************
==Power Broker Identity services all releases==
https://github.com/BeyondTrust/pbis-o...
==Power Broker Identity services release 86_64 used in the video==
https://github.com/BeyondTrust/pbis-o...
***********************************************************
#Linux#ActiveDirectory#WindowsServer#joindomain#Sysadmin