,

Pbis (PowerBroker Identity Services) Open on Debian 11

  1. 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.sh

Reboot 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
  1. Setup Pbis
# cd /opt/pbis/bin<br># sudo domainjoin-cli join WindowsDomain.com <Domain user><br># /opt/pbis/bin/update-dns

3.Add Group to Sudoers

# sudo nano /etc/sudoer<br><br># WindowsDomain.com\\Domain\ Admins ALL=(ALL) ALL<br>

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *