This document serves to help you set up Samba4 as a file server on CentOS 5 and 6. CentOS 6 has RPMs for Samba4, but they are not built with the requisite DC functionality you'll need for the advanced SAMBA lab. The following steps should be run as root. If you are logging in on a text-mode console, you can do this by logging in as root with the password netsys. If you are doing it in a GUI, you can elevate your privs using the command sudo -i
- You need to install the python development libraries and the libacl development libraries. This can be accomplished with the following command:
yum install python-devel libacl-devel