Skip to content

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

License

Notifications You must be signed in to change notification settings

Fekide/docker-fusiondirectory-openldap

 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 68.5%
  • Dockerfile 28.4%
  • Makefile 3.1%