https://github.com/itzg/docker-apacheds
This image provides a streamlined ApacheDS server
https://github.com/itzg/docker-apacheds
Last synced: 4 months ago
JSON representation
This image provides a streamlined ApacheDS server
- Host: GitHub
- URL: https://github.com/itzg/docker-apacheds
- Owner: itzg
- License: mit
- Created: 2016-07-23T16:12:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-23T16:13:52.000Z (almost 10 years ago)
- Last Synced: 2026-01-20T13:44:25.780Z (6 months ago)
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This image provides a streamlined [ApacheDS](http://directory.apache.org/apacheds/) server, which implements both LDAP v3 and Kerberos (and more).
## Getting Started
All of the default ports [documented here](http://directory.apache.org/apacheds/advanced-ug/1.2-network.html) are exposed by this image, but most often you will just map the LDAP port (10389 for ApacheDS). For example, to get up and running quickly launch a container using:
docker run -d --name ads -p 389:10389 itzg/apacheds
You can then configure and manage ApacheDS using [Apache Directory Studio](http://directory.apache.org/studio/) by creating a new LDAP server connection like:


## Volumes
The image starts a container using the default instance configuration that comes with the distribution; however, the instances are placed under the Docker volume /ads where the default is at the path /ads/default. As such, those files are persistable and configurable, but the default admin DN "uid=admin,ou=system" and the default password is "secret".