How to Apply Group Policy on Ubuntu 22.04 using Adsys full Demo | New Feature | Step by Step SSSD
Menu:
Overview: 0:00
SSSD/Realmd/Adcli Installation: 0:40
realm discover domain: 1:48
joining ubuntu 22.04 to windows domain: 2:10
Verify ubuntu hostname in AD: 3:11
Login AD account in Ubuntu: 4:00
adsys installation in ubuntu 22: 4:40
sudo realm list verify domain: 5:15
adsysctl for admx and adml download: 5:50
Apply Group Policy on Ubuntu with adsys: 8:25
adsysctl policy update -av manual GPO Push: 9:45
how to remove GPO from Ubuntu: 10:50
Joining Ubuntu 20.04 LTS to Active Directory using SSSD Demo | Adsys group policy clienthttps://youtu.be/3OjbyAqUD0o
Process for Domain Join Ubuntu 22.04 with Active Directory.
$ sudo apt update
Installation packages required for domain joining of ubuntu
$ sudo apt install sssd-ad sssd-tools realmd adcli
Check the installed packages of SSSD
$ apt policy sssd-ad sssd-tools realmd adcli
Check domain connectivity with Ubuntu via realm command
$ realm discover srv2019.sonoos.kb
Joining Ubuntu to AD by using realm command
$ sudo realm join srv2019.sonoos.kb
Checking Domain joining status of Ubuntu
$ sudo nano /etc/sssd/sssd.conf
Home directory of ubuntu active directory account by pam-auth command
$ sudo pam-auth-update –enable mkhomedir
Checking domain joined or not by ubuntu machine
$ sudo realm list
Checking whether Active Directory user be login to Ubuntu instance by getent command
$ getent passwd sysadmin@sonoos.kb
ubuntu active directory setup
ubuntu