Samba AD on CentOS7: Difference between revisions

From SambaWiki
Line 21: Line 21:
./pre_install_samba4.sh
./pre_install_samba4.sh


==DC1 Setup==
===DC1 Setup===
First of all we need a domain, so lets provision it.
First of all we need a domain, so lets provision it.
samba-tool domain provision --use-rfc2307 --interactive
samba-tool domain provision --use-rfc2307 --interactive

Revision as of 11:55, 20 August 2015

This page describe Samba4 Active Directory installation on CentOS. The environment is composed of 2 DCs with replication, and one fileserver.

Enviroment

dc1.domain.com.br
192.168.1.1
dc2.domain.com.br
192.168.1.2
fileserver.domain.com.br
192.168.1.3

Installation

The installation is based on CentOS7 Minimal ISO, you should update the system, and install basic tools.

yum update
yum install -y vim wget

Pre-Setup

This pre-setup can be done in all 3 servers, basically it will setup the Sernet Samba Repository and install samba from repo.

wget https://raw.githubusercontent.com/hflautert/lotus7/master/samba4/pre_install_samba4.sh
chmod +x pre_install_samba4.sh
./pre_install_samba4.sh

DC1 Setup

First of all we need a domain, so lets provision it.

samba-tool domain provision --use-rfc2307 --interactive

DC2 Setup

Fileserver Setup