Time for action – connecting FreeRADIUS to Active Directory
The following sections will demonstrate how to connect FreeRADIUS to Microsoft Active Directory.
Installing Samba
Ensure Samba and Winbind are installed on your Linux server. The following table can be used as a guideline for installing Samba and Winbind on each of the three distributions discussed in this book:
Distribution |
Command to install Samba server |
---|---|
CentOS |
yum install samba
|
SUSE |
zypper install samba samba-winbind
|
Ubuntu |
sudo apt-get install samba winbind
|
After Samba and Winbind are installed we need to configure them.
Configuring Samba
This section should be used as a guideline. It assumes a working Active Directory domain called fr.com
, which we will join. The following table lists some detail of the setup:
Setting/item |
Comment |
---|---|
Active Directory Domain |
Name: fr.com Domain Controller: dc.fr.com Domain Controller IP: 192.168.1.250 DNS server for domain: 192.168.1.250 |
Linux |
This file... |