Apache Directory Server (ApacheDS) is an open-source, extensible LDAP v3 and Kerberos directory server written in Java. This image runs ApacheDS on Ubuntu 24.04 LTS, hardened and fully patched, with the LDAP service bound to loopback, a pre-seeded demo directory, a unique per-VM admin password generated on first boot, and the directory store on a dedicated disk. Maintained by cloudimg.
## Apache Directory Server on Ubuntu 24.04 LTS
Apache Directory Server (ApacheDS) is a modern, embeddable LDAP v3 directory server that also supports Kerberos and is fully standards-compliant. This image is built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base.
### What's included
### Getting started
Retrieve the generated password with `sudo cat /root/apacheds-credentials.txt`, then query the directory: `ldapsearch -x -H ldap://127.0.0.1:10389 -D 'uid=admin,ou=system' -w