Skip to content

acisliver/docker-openldap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenLDAP Server

Setup and Configure OpenLDAP using Docker.

What is OpenLDAP?

OpenLDAP is the open-source solution for LDAP (Lightweight Directory Access Protocol). It is a protocol used to store and retrieve data from a hierarchical directory structure such as in databases.

Quick Start

You can start the containers with the up command in daemon mode (by adding -d as an argument) or by using the start command:

docker-compose up -d

You can also visit http://127.0.0.1:8080 to access phpLDAPadmin after starting the containers.

Authentication

  • Login DN: cn=<USER>,dc=example,dc=org
  • Password: <PASSWORD>

License

Licensed under the MIT License.

About

Setup and Configure OpenLDAP using Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published