macOS
brew install openldaplocal Homebrew formula metadata
sudo port install openldapMacPorts ports tree · databases/openldap/Portfile · source: api.github.com
brew
Open source suite of directory software. Version 2.6.13 via Homebrew; verified 2026-06-19.
install
brew install openldaplocal Homebrew formula metadata
sudo port install openldapMacPorts ports tree · databases/openldap/Portfile · source: api.github.com
sudo apk add libldapAlpine Linux edge package indexes · libldap · source: dl-cdn.alpinelinux.org
sudo apt install ldap-utilsDebian stable package indexes · ldap-utils · source: deb.debian.org
sudo dnf install openldapFedora Rawhide package metadata · openldap · source: dl.fedoraproject.org
nix profile install nixpkgs#openldapnixpkgs package indexes · pkgs/by-name/op/openldap/package.nix · source: api.github.com
sudo pacman -S openldapArch Linux sync databases · openldap · source: geo.mirror.pkgbuild.com
overview
Open source suite of directory software
history
OpenLDAP is an open-source suite of LDAP directory software. It packages the slapd directory server, client tools, libraries, schemas, overlays, replication features, and operational documentation around the IETF LDAP protocol family.
OpenLDAP traces back to the University of Michigan LDAP codebase. The OpenLDAP Foundation says OpenLDAP Software is based on prior University of Michigan work, and Howard Chu's 2018 retrospective describes the project as starting from the last University of Michigan LDAP 3.3 release after the Michigan team moved on to Netscape Directory Server work.
Kurt Zeilenga founded the project in 1998, and OpenLDAP 1.0.0 was released on 26 August 1998 as essentially University of Michigan LDAP 3.3 plus accumulated community patches. The OpenLDAP Foundation, established in August 1998, coordinates the project and promotes open-source LDAP development.
The project grew through major server and protocol milestones: OpenLDAP 2.0 added LDAPv3, SASL, StartTLS, and improved server architecture; 2.2 brought LDAP Sync replication and overlays; 2.3 added cn=config and password-policy work; 2.4 added MirrorMode and MultiMaster replication; 2.5 added the LDAP Load Balancer Daemon and many overlay/library enhancements; 2.6 added file-based logging and load-balancer improvements.
OpenLDAP's adoption is tied to LDAP itself. RFC 4510 defines LDAPv3 as an Internet protocol for accessing distributed directory services that follow X.500 data and service models, and OpenLDAP became the widely packaged open-source implementation for Unix-like systems that needed those directory services.
Administrators use OpenLDAP for centralized identity and directory data, especially where applications, Unix accounts, mail systems, network devices, or legacy enterprise systems already speak LDAP. Its long life also comes from being infrastructure glue: many deployments do not expose it to end users, but authentication and address-book workflows depend on it.
The admin guide frames OpenLDAP as software for building, configuring, and operating directory services, including the standalone LDAP daemon slapd. Operators define a directory information tree, schemas, access controls, indexes, replication topology, TLS/SASL settings, and backends, then manage entries with tools such as ldapsearch, ldapadd, ldapmodify, and ldapdelete.
Package users install openldap either as a server stack or as client libraries and command-line utilities needed by other software. The same package can support a running slapd service, local schema/testing work, or development against libldap.
OpenLDAP is a high-leverage systems package because it is both a daemon and a dependency surface. Packaging choices affect service files, configuration paths, schema directories, TLS defaults, dynamic modules, library ABI consumers, and whether downstream software links against the system LDAP client library.
It is also a lesson in boring infrastructure longevity. The package exists because directory protocols and identity integrations outlive trend cycles; the hard packaging work is preserving upgrade paths, defaults, and operational documentation across decades of deployments.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/usr/local/etc/openldap/slapd.confexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ldapadd | cli | global executable | |
ldapcompare | cli | global executable | |
ldapdelete | cli | global executable | |
ldapexop | cli | global executable | |
ldapmodify | cli | global executable | |
ldapmodrdn | cli | global executable | |
ldappasswd | cli | global executable | |
ldapsearch | cli | global executable | |
ldapurl | cli | global executable | |
ldapvc | cli | global executable | |
ldapwhoami | cli | global executable | |
slapacl | cli | global executable | |
slapadd | cli | global executable | |
slapauth | cli | global executable | |
slapcat | cli | global executable | |
slapdn | cli | global executable | |
slapindex | cli | global executable | |
slapmodify | cli | global executable | |
slappasswd | cli | global executable | |
slapschema | cli | global executable | |
slaptest | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://www.openldap.org/software/
install metadata
| Package key | brew:openldap |
|---|---|
| Version | 2.6.13 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/openldap |
| Homepage | https://www.openldap.org/software/ |
| Repository | https://git.openldap.org/openldap/openldap |
| Upstream docs | https://www.openldap.org/doc |
| License | OLDAP-2.8 |
| Source archive | https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.6.13.tgz |
| Last updated | 2026-06-19T12:32:41-07:00 |
| Pulse | updated |
| Dependencies | openssl@3 |
| Uses from macOS | cyrus-sasl |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | openldap |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
ldap-utils 2.6.10+dfsg-1
OpenLDAP utilities
sudo apt install ldap-utilslibldap-common 2.6.10+dfsg-1
OpenLDAP common files for libraries
sudo apt install libldap-commonlibldap-dev 2.6.10+dfsg-1
OpenLDAP development libraries
sudo apt install libldap-devlibldap2 2.6.10+dfsg-1
OpenLDAP libraries
sudo apt install libldap2libldap2-dev 2.6.10+dfsg-1
transitional package for libldap-dev
sudo apt install libldap2-devslapd 2.6.10+dfsg-1
OpenLDAP server (slapd)
sudo apt install slapdslapd-contrib 2.6.10+dfsg-1
contributed plugins for OpenLDAP slapd
sudo apt install slapd-contribslapi-dev 2.6.10+dfsg-1
development libraries for OpenLDAP SLAPI plugin interface
sudo apt install slapi-devopenldap
nix profile install nixpkgs#openldapldap-utils 2.6.7+dfsg-1~exp1ubuntu8
OpenLDAP utilities
sudo apt install ldap-utilslibldap-common 2.6.7+dfsg-1~exp1ubuntu8
OpenLDAP common files for libraries
sudo apt install libldap-commonlibldap-dev 2.6.7+dfsg-1~exp1ubuntu8
OpenLDAP development libraries
sudo apt install libldap-devlibldap2 2.6.7+dfsg-1~exp1ubuntu8
OpenLDAP libraries
sudo apt install libldap2libldap2-dev 2.6.7+dfsg-1~exp1ubuntu8
transitional package for libldap-dev
sudo apt install libldap2-devslapd 2.6.7+dfsg-1~exp1ubuntu8
OpenLDAP server (slapd)
sudo apt install slapdslapd-contrib 2.6.7+dfsg-1~exp1ubuntu8
contributed plugins for OpenLDAP slapd
sudo apt install slapd-contribsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.