Trim down readme file

This commit is contained in:
Reza Behzadan 2024-01-30 03:01:52 +03:30
parent 336a514ece
commit b2b1cdd5ad

View File

@ -1,16 +1,8 @@
# openldap_docker
# rbehzadan/openldap
## Overview
This project contains a Dockerized OpenLDAP server, designed to be a straightforward and configurable LDAP server solution. It's ideal for development, testing, or small-scale production environments where a lightweight and easy-to-deploy LDAP server is required.
## Features
- **Customizable**: Environment variables allow for easy customization of the LDAP root password, organization, and domain.
- **Dockerized**: Containerized for easy deployment and isolation.
- **SIGTERM Handling**: Graceful shutdown of the LDAP server on receiving termination signals.
## Prerequisites
- Docker installed on your machine.
## Installation
1. **Clone the Repository**:
```sh