- Install Pbis(PowerBroker Identity Services)
# wget https://github.com/BeyondTrust/pbis-open/releases/download/9.1.0/pbis-open-9.1.0.551.linux.x86_64.deb.sh<br># chmod +x pbis-open-9.1.0.551.linux.x86_64.deb.sh<br># ./pbis-open-9.1.0.551.linux.x86_64.deb.shReboot the server
# sudo /opt/pbis/bin/config UserDomainPrefix WindowsDomain.com<br># sudo /opt/pbis/bin/config AssumeDefaultDomain true<br># sudo /opt/pbis/bin/config LoginShellTemplate /bin/bash<br># sudo /opt/pbis/bin/config RequireMembershipOf WindowsDomain.com\\Domain^Admins- Setup Pbis
# cd /opt/pbis/bin<br># sudo domainjoin-cli join WindowsDomain.com <Domain user><br># /opt/pbis/bin/update-dns3.Add Group to Sudoers
# sudo nano /etc/sudoer<br><br># WindowsDomain.com\\Domain\ Admins ALL=(ALL) ALL<br>
Leave a Reply