- Lab
- A Cloud Guru
LDAP: Configure an OpenLDAP Server
Authentication and authorization are important in a data center environment. While there are many directory access services that can do the job, OpenLDAP is a popular open-source one. In this lab, we'll go over installing and configuring OpenLDAP.
Path Info
Table of Contents
-
Challenge
Install the LDAP Software and Do the Initial Configuration
Use
yum
to install the required packages and start the service. Once that's done, we can do the initial LDAP database setup and test the configuration. -
Challenge
Load the Schemas That Are Required to Use LDAP
Use the
ldapadd
command to add the schemas and load the initial setup of Organizational Units and users. Once that's done, we can runldapsearch
to verify our settings are correct.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.