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

tekvsakdan/docker-fusiondirectory-openldap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-fusiondirectory-openldap

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

Travis Build Status

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 hrektts/fusiondirectory-openldap:latest

References

osixia/docker-openldap

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 97.1%
  • Makefile 2.9%