Skip to content

quorumcontrol/apacheds_docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apacheds_docker

ApacheDS Homepage

This project run ApacheDS in a docker container with an Oracle Java 8 environment.

##How to use this image Currently this image uses various environment variables to properly startup, you need to expose ports to your local machine to connect using Apache Directory Studio

  • -p 10389:10389 (unencrypted or StartTLS)
  • -p 10636:10636 (SSL)

##Example with boot2docker

  1. docker run --name apacheds -d -p 10389:10389 42score/apacheds-docker
  2. Start Apache Directory Studio
  3. In the bottom left corner there is a section called "Connections" Click on the "LDAP" icon to add a connection to your container.
  4. Hostname: 192.168.99.100 and Port: 10389
  5. Click "Next"
  6. Bind DN or user: uid=admin,ou=system Bind password: secret (Default ApacheDS password)
  7. Click "Finish"

##Configurations

  • Configure main domain

use DOMAIN_NAME and DOMAIN_SUFFIX to define the default domain:

DOMAIN_NAME=score42
DOMAIN_SUFFIX=eu
  • Change main admin password

you can change the default admin password 'secret' passing the variable ADMIN_PASSWORD

ADMIN_PASSWORD=mypassword

About

Dockerized apacheds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%