Step-by-step guide
- CENTOS (yum):
sudo wget -O /etc/yum.repos.d/pbiso.repo http://repo.pbis.beyondtrust.com/yum/pbiso.repo
sudo yum clean all
sudo yum install pbis-open
- UBUNTU(apt):
wget -O - http://repo.pbis.beyondtrust.com/apt/RPM-GPG-KEY-pbis|sudo apt-key add - sudo wget -O /etc/apt/sources.list.d/pbiso.list http://repo.pbis.beyondtrust.com/apt/pbiso.list
sudo apt-get update
sudo apt-get install pbis-open
- SystemD
sudo systemctl start lwsmd
sudo systemctl enable lswmd
- SysVinit
sudo service lwsmd start
sudo chkconfig lswmd on
- ALL:
sudo domainjoin-cli join aria-networks.local Admin
- (Enter the password you used when you set up your AWS Managed AD)
sudo /opt/pbis/bin/config AssumeDefaultDomain true
sudo /opt/pbis/bin/config HomeDirTemplate '%H/%U'
sudo /opt/pbis/bin/config LoginShellTemplate '/bin/bash'
- Reboot and you’re good to go.