Sign inSign up

vladchernikov/openldap

By vladchernikov

Updated almost 8 years ago

OpenLDAP is a free, open source implementation of the Lightweight Directory Access Protocol (LDAP)

Image
0

1.2K

vladchernikov/openldap repository overview

OpenLDAP installation based on Alpine

Quick start

Run:

docker run -p 389:389 vladchernikov/openldap

Use you favorite ldap client to connect with credentials:

Login DN: cn=Manager,dc=my-domain,dc=com

Password: secret

Customization

See example

Initialization

To execute .sh scripts or .ldif files on the first run, add them to /docker-entrypoint-init

Volume

To persist data, mount volume to /var/lib/openldap

Environment variables

To initialize cn=config specify FORCE_SLAPADD_CN_CONFIG_LDIF_FILE_PATH variable. Even if it was previously initialized it will erase existed db on next start

Tag summary

Content type

Image

Digest

Size

5.4 MB

Last updated

almost 8 years ago

docker pull vladchernikov/openldap