OpenLDAP with phpLDAPadmin on Ubuntu 24.04 LTS

Azure Security

OpenLDAP directory server with the phpLDAPadmin web console in front of it, ready to browse and administer your directory from first boot.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

OpenLDAP with phpLDAPadmin is a complete, self contained directory appliance. OpenLDAP slapd is the industry standard open source directory server: it stores your users, groups and organisational data and answers LDAP queries for the applications, operating systems and services that authenticate against it. phpLDAPadmin is the long established web console for that directory, so instead of hand editing LDIF or working through command line tools your administrators browse the directory as a tree, create and edit entries and attributes against the live schema, import and export LDIF, run searches and manage passwords, all from a browser.

The two are pre integrated on one machine: the directory server runs locally as the backend and the web console sits in front of it, so a single instance gives you a working, browsable LDAP directory within minutes of launch. The directory is pre organised with People and Groups containers, an administrator account and sample accounts, so the tree browser is populated the moment you sign in, and the directory service itself is bound to the loopback interface so it is never exposed off the instance.

Why the cloudimg image

cloudimg delivers the directory and its web console already wired together and hardened. On each machine's first boot the image generates unique secrets for that instance: the directory administrator web login password, the OpenLDAP manager password for command line administration, and the application session encryption key, all written to a root only file, so no default or shared credential ever ships. Every page requires an authenticated session, the configuration backend carries no password at all, and the directory server listens on loopback only. It ships with a populated example directory, a paired step by step deployment guide, and 24/7 expert support.

Common uses

  • A self hosted OpenLDAP directory you fully control, administered from a browser
  • A private identity source your applications, operating systems and services authenticate against over LDAP
  • Central management of POSIX users, groups and organisational accounts against the live schema

See it running

Real screenshots taken while testing this image against its deployment guide.

OpenLDAP with phpLDAPadmin on Ubuntu 24.04 LTS screenshot 1 OpenLDAP with phpLDAPadmin on Ubuntu 24.04 LTS screenshot 2 OpenLDAP with phpLDAPadmin on Ubuntu 24.04 LTS screenshot 3 OpenLDAP with phpLDAPadmin on Ubuntu 24.04 LTS screenshot 4