AD Samba4
From Stadm
Jump to navigationJump to search
Samba 4 Active Directory DC
- Install a minimal install of CentOS, once installed run yum update
- install vim or an editor of your choice, vi comes included with minimal
- SELinux must be disabled:
vim /etc/sysconfig/selinux
- change "SELINUX=enforcing" to "SELINUX=disabled"