13,420
edits
Changes
no edit summary
==INVESTIGATION 1: OpenLDAP server setup and configuration on CentOS 7==
#Make certain all VMs are running.#Switch to your VM2 machine.#Install the following packages required for the OpenLDAP Server server on centos2:<br>'''openldap'''<br>'''openldap-clients'''<br>'''openldap-devel'''<br>'''openldap-servers'''<br>'''nss_ldap'''<br>'''migrationtools'''<br><br>'''NOTE:''' Refer to following URL for documentation:<br>Text Book Chapter 17 - OpenLDAP<br>Documentation: file:///usr/share/doc/openldap-servers-2.3.27/guide.html <br>Sample nsswitch configuration file for LDAP: /usr/share/doc/nss_ldap-220/nsswitch_ldap<br><br># Create an OpenLDAP database# Create an OpenLDAP “root” password and edit the OpenLDAP main configuration Summary overviewfile /etc/openldap/slapd.conf#Start the OpenLDAP server daemon#Create an LDIF file for importing to the OpenLDAP database#Import an LDIF file into the OpenLDAP database
*** Complete this step on centos2 ***
ldapsearch -x -b 'dc=learnid,dc=org' '(objectclass=*)'
Required RPMS for LDAP client
ldapsearch -x -b 'dc=learnid,dc=org' -h ip-of-your-ldap-server 'uid=ldapuser'
'''Record steps, commands, and your observations in INVESTIGATION 2 in your OPS335 lab log-book'''
==COMPLETING THE LAB==
Arrange proof that you can send e-mail from your '''VM2''' machine to your '''Seneca College e-mail account''', and than you can '''send and receive e-mail messages locally on your VM2 machine only'''. Also show your logbook notes regarding MTA information from your sent email header on your Seneca College mail account.
==EXPLORATION QUESTIONS==
#