osixia/container-openldap

OpenLDAP container image 🐳πŸͺͺ🌴

View on GitHub β†—Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on September 16th, 2026
Created on April 24th, 2014
Open Issues & Pull Requests: 5 (+0)
GitHub issues: Enabled
Number of forks: 976
Total Stargazers: 4,230 (+0)
Total Subscribers: 83 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 45.4 days
Mean response time: 669.4 days
90th percentile: 2187.1 days
Tracked items: 364

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Work labelled "bug" is answered fastest, typically in about 15 hours, while "question" waits about 3 weeks. Three people close 97% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 101 days
Stale 30+ days: 4
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (43)
  • Docker Image (39)
  • help wanted (31)
  • investigation-needed (26)
  • OpenLDAP (17)
  • enhancement (14)
  • bug (13)
  • docs (9)

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

container-openldap is a Docker image that packages OpenLDAP as a containerized LDAP server.

The project solves the problem of deploying and running OpenLDAP in container environments without manual compilation or complex host configuration. It provides a pre-built image with OpenLDAP already installed and configured, allowing developers to spin up an LDAP directory service by running a container. The approach bundles OpenLDAP with sensible defaults while exposing configuration options through environment variables and volume mounts, making it straightforward to customize the server for different deployment scenarios.

This tool suits teams that need a lightweight LDAP server for development, testing, or production use without the overhead of managing OpenLDAP on bare metal or building images from scratch. It works well for projects requiring centralized authentication, user directory services, or LDAP-based access control. The containerized approach makes it portable across different environments and simplifies integration into Docker Compose stacks or Kubernetes deployments. Anyone adopting this should expect a straightforward setup process but should verify that the image's configuration options and defaults align with their specific LDAP schema and security requirements.

The project shows consistent maintenance with regular updates to keep the OpenLDAP version and base image current. Development activity demonstrates responsiveness to issues and pull requests, indicating the maintainers actively address user-reported problems and accept community contributions. The codebase remains focused on its core purpose without significant feature creep, suggesting a stable and pragmatic approach to container image maintenance.