Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.59 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.59 KB

docker-fusiondirectory-openldap

Dockerfile to build a OpenLDAP container image that includes the FusionDirectory schemas.

Travis Build Status

Versions

Using:

Quick Start

You can launch the image using the docker command:

docker run --name ldap -p 389:389 \
  -e LDAP_ORGANISATION="Example Organization" \
  -e LDAP_DOMAIN="example.org" \
  -e LDAP_ADMIN_PASSWORD="password" \
  -e FD_ADMIN_PASSWORD="fdadminpwd" \
  -d fekide/fusiondirectory-openldap:latest

Environment Variables

Variable Function default
LDAP_ORGANISATION Name of your Organisation Example Inc.
LDAP_DOMAIN Domain of your Organisation example.org
LDAP_ADMIN_PASSWORD Password for the LDAP Admin (cn=admin,dc=example,dc=org) admin
FD_ADMIN_PASSWORD Password for the FusionDirectory Admin (fd-admin) password

References

More Environment variables and information here: osixia/docker-openldap