Modern, lightweight web interface for managing your OpenLDAP servers
Browse, search, and manage LDAP entries with an intuitive interface
Connect and manage multiple LDAP servers from a single interface
Efficient handling of large directories using LDAP Simple Paged Results (RFC 2696)
Fast LDAP filter-based search across uid, cn, mail, and sn attributes
Automatically detects and displays custom objectClasses and attributes
View cluster health status, connection metrics, and operation statistics
docker run -d \
-p 5173:5173 \
-p 8000:8000 \
-v ./config.yml:/app/config.yml \
ghcr.io/vibhuvioio/ldap-manager:latest
version: '3.8'
services:
ldap-manager:
image: ghcr.io/vibhuvioio/ldap-manager:latest
ports:
- "5173:5173"
- "8000:8000"
volumes:
- ./config.yml:/app/config.yml
Access the UI at http://localhost:5173
๐ฆ Available Versions: View all versions on GitHub Container Registry
Config file note: Create config.yml with your LDAP cluster configurations. See Configuration Guide for details.
Installation and basic setup guide
Configure LDAP clusters and settings
Explore all available features
Encryption, injection protection, and security best practices
Production deployment, load balancing, and monitoring
Contributing and development setup
E2E and backend testing