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
docker run --name apacheds -d -p 10389:10389 42score/apacheds-docker- Start Apache Directory Studio
- In the bottom left corner there is a section called "Connections" Click on the "LDAP" icon to add a connection to your container.
- Hostname:
192.168.99.100and Port:10389 - Click "Next"
- Bind DN or user:
uid=admin,ou=systemBind password:secret(Default ApacheDS password) - 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