Last active
July 28, 2018 17:48
-
-
Save nsuan/5e6b4695a728ebcb9ce8ec3ac6fad907 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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