Previous Article : Tutorial : Building Active Directory Server, Domain Controller & File Server with Excellent Samba 4 Appliance-Part 1
Excellent Samba 4 Appliance has many benefit to simplify active directory serverdeployment using Samba 4. Excellent Samba 4 appliance built with the following target :
- Create minimum appliance based on SUSE Linux Enterprise Server 11 SP2 (can also be built with openSUSE variant)
- Include all required dependency file, especially for Samba4 compilation process
- Automatically compile Samba 4 binary and install it into /usr/local/samba
- Include Windows Administrative Tools for Windows XP and Windows 7
- Include a script for Samba 4 provisioning by asking some parameters
Using script has some benefits over manual install :
- Can be done several times with different parameters
- Avoid typos
- Reduced setup time
- By pass manual process, suitable for newbie that unfamiliar with manual configuration
All scripts are included in Excellent Samba 4 Appliance since version 0.9.1. The script is located in the folder / srv/v and to run it simply typing the following command:
1.
cd
/srv/
v
2.
./dcpromo.sh
or for Bahasa Indonesia :
1.
cd
/srv/
v
2.
./dcpromo.excellent
Note : Sorry for some minor typo on the script
After running the script, Samba 4 active directory server should be successfully implemented. Use Windows XP or Windows 7, modify it’s DNS configuration to use Samba 4 server as primary DNS, configure correct date & time and then try to joining your Windows client into Samba 4 Active Directory.
After joining client, install Windows Administrative tools available on http://samba4-ip-address (ex ; http://192.168.1.212). Windows administrative tools can be used for Active Directory management, including add/remove user, create organization unit, delegate control and implement Group Policy Object (GPO)
2 thoughts on “Tutorial : Building Active Directory Server, Domain Controller & File Server with Excellent Samba 4 Appliance-Part 2”