Assignment 4: SMB server (the core II)

Installation and configuration of the muilti-platform UNIX-Windows system: SAMBA

In addition to NFSv4, we should install and set up an SMB/CIFS service on server-03, using SAMBA software. Also, we will need LDAP validation for the SAMBA service, in order to use the SAMBA resources available using credentials. Then, the pre-requisite is an OpenLDAP server configured with a directory that can accept authentication requests.

More details in references [8][9][10][11]

  1. Pre-Installation: Configure the LDAP service on server-01 to integrate SAMBA and enable LDAP validation with the SAMBA service:

  2. Installation: Install the SAMBA service on server-03. Required packages:

  3. SAMBA configuration: Now it's time to configure SAMBA on server-03 as a resource sharing service, in order to export the local directory “samba” and the CD/DVD device to the LOCAL network (10.128.0.0). Remember to use server-01 as validation backend in SAMBA:

  4. Post-configuration: SAMBA-LDAP INTEGRATION: Use the smbldap-tools to populate the LDAP directory. In particular, use it to add functional structures to LDAP to enable LDAP authentication in SAMBA. Thus, we can manage and take control over access to SAMBA resources.

  5. Start-up:

  6. Checking:

pageReferences and Resources

Last updated