macOS
brew install openldapprovider-native install command
brew / rank 150
Open source suite of directory software. Version 2.6.13 via Homebrew; verified 2026-07-11.
install
brew install openldapprovider-native install command
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 | executable | indexed executable | Discovered from the local executable index. |
ldapcompare | executable | indexed executable | Discovered from the local executable index. |
ldapdelete | executable | indexed executable | Discovered from the local executable index. |
ldapexop | executable | indexed executable | Discovered from the local executable index. |
ldapmodify | executable | indexed executable | Discovered from the local executable index. |
ldapmodrdn | executable | indexed executable | Discovered from the local executable index. |
ldappasswd | executable | indexed executable | Discovered from the local executable index. |
ldapsearch | executable | indexed executable | Discovered from the local executable index. |
ldapurl | executable | indexed executable | Discovered from the local executable index. |
ldapvc | executable | indexed executable | Discovered from the local executable index. |
ldapwhoami | executable | indexed executable | Discovered from the local executable index. |
slapacl | executable | indexed executable | Discovered from the local executable index. |
slapadd | executable | indexed executable | Discovered from the local executable index. |
slapauth | executable | indexed executable | Discovered from the local executable index. |
slapcat | executable | indexed executable | Discovered from the local executable index. |
slapdn | executable | indexed executable | Discovered from the local executable index. |
slapindex | executable | indexed executable | Discovered from the local executable index. |
slapmodify | executable | indexed executable | Discovered from the local executable index. |
slappasswd | executable | indexed executable | Discovered from the local executable index. |
slapschema | executable | indexed executable | Discovered from the local executable index. |
slaptest | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:openldap |
|---|---|
| Version | 2.6.13 |
| Package manager | Homebrew |
| Homepage | https://www.openldap.org/software/ |
| Last updated | 2026-07-11T09:50:49+09:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source 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.