Skip to content

Instantly share code, notes, and snippets.

@nsuan
Last active July 28, 2018 17:48
Show Gist options
  • Save nsuan/5e6b4695a728ebcb9ce8ec3ac6fad907 to your computer and use it in GitHub Desktop.
Save nsuan/5e6b4695a728ebcb9ce8ec3ac6fad907 to your computer and use it in GitHub Desktop.
sudo apt-get install freeradius-ldap
cd /
sudo tar -zxvf ~/freeradius.tar.gz
sudo apt-get install winbind
sudo service freeradius stop
usermod -a -G winbindd_priv freerad
sudo usermod -a -G winbindd_priv freerad
sudo chown root:winbindd_priv /var/lib/samba/winbindd_privileged/
sudo service freeradius start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment