Skip to content

Instantly share code, notes, and snippets.

@LiberQuack
Last active February 20, 2018 13:51
Show Gist options
  • Save LiberQuack/583096a8f073603ea7e2a64516cb4555 to your computer and use it in GitHub Desktop.
Save LiberQuack/583096a8f073603ea7e2a64516cb4555 to your computer and use it in GitHub Desktop.
# IMPORTANT
# Verify if /etc/nsswitch.conf is using dns as method for host resolution!
wget -O pbis.deb.sh https://github.com/BeyondTrust/pbis-open/releases/download/8.5.7/pbis-open-8.5.7.385.linux.x86_64.deb.sh &&
sudo bash ./pbis.deb.sh &&
rm -rf pbis.deb.sh &&
sudo /opt/pbis/bin/domainjoin-cli join --disable ssh A5-SOLUTIONS.LOCAL &&
sudo /opt/pbis/bin/config LoginShellTemplate /bin/bash &&
echo 'echo "[SeatDefaults]
greeter-show-manual-login=true" > /etc/lightdm/lightdm.conf' | sudo bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment