Installation Guide
Deploying ldapium across Docker Compose and Kubernetes environments.
Docker Compose Quickstart
git clone https://github.com/dasomel/ldapium.git
cd ldapium
cp .env.example .env
docker compose up -dKubernetes Helm Deployment
helm install ldapium ./charts/ldapium --namespace identity --create-namespace --set admin.password="StrongRandomPassword123!"