The ApacheDS LDAP Server. Great for local LDAP testing and authentication.
10K+
This project run ApacheDS in a docker container with an Oracle Java 7 environment.
This project was cloned from jjhuges57
This clone adds the following objects to the dc=example,dc=com container:
Currently this image does not take any environment variables but 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)docker run --name apacheds -d -p 10389:10389 supercoder/docker-apacheds192.168.59.103 and Port: 10389uid=admin,ou=system Bind password: secret (Default ApacheDS password)git clone [email protected]:jongillies/docker-apacheds.git
cd docker-apacheds
docker build -t apacheds .
docker run -d
-p 10389:10389 \
-p 10636:10636 \
--name apacheds supercoder/apacheds
Content type
Image
Digest
sha256:4dd1a8366…
Size
327.4 MB
Last updated
almost 11 years ago
docker pull supercoder/apacheds