macOS
brew install openldaplocal Homebrew formula metadata
sudo port install openldapMacPorts ports tree · databases/openldap/Portfile · 来源: api.github.com
安装
brew install openldaplocal Homebrew formula metadata
sudo port install openldapMacPorts ports tree · databases/openldap/Portfile · 来源: api.github.com
sudo apk add openldapAlpine Linux edge package indexes · openldap · 来源: dl-cdn.alpinelinux.org
sudo dnf install openldapFedora Rawhide package metadata · openldap · 来源: dl.fedoraproject.org
nix profile install nixpkgs#openldapnixpkgs package indexes · pkgs/by-name/op/openldap/package.nix · 来源: api.github.com
sudo pacman -S openldapArch Linux sync databases · openldap · 来源: geo.mirror.pkgbuild.com
sudo apt install ldap-utilsDebian stable package indexes · ldap-utils · 来源: deb.debian.org
概览
Open source suite of directory software
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.conf可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
ldapadd | cli | 全局可执行文件 | |
ldapcompare | cli | 全局可执行文件 | |
ldapdelete | cli | 全局可执行文件 | |
ldapexop | cli | 全局可执行文件 | |
ldapmodify | cli | 全局可执行文件 | |
ldapmodrdn | cli | 全局可执行文件 | |
ldappasswd | cli | 全局可执行文件 | |
ldapsearch | cli | 全局可执行文件 | |
ldapurl | cli | 全局可执行文件 | |
ldapvc | cli | 全局可执行文件 | |
ldapwhoami | cli | 全局可执行文件 | |
slapacl | cli | 全局可执行文件 | |
slapadd | cli | 全局可执行文件 | |
slapauth | cli | 全局可执行文件 | |
slapcat | cli | 全局可执行文件 | |
slapdn | cli | 全局可执行文件 | |
slapindex | cli | 全局可执行文件 | |
slapmodify | cli | 全局可执行文件 | |
slappasswd | cli | 全局可执行文件 | |
slapschema | cli | 全局可执行文件 | |
slaptest | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://www.openldap.org/software/
安装元数据
| 软件包键 | brew:openldap |
|---|---|
| 版本 | 2.6.13 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/openldap |
| 主页 | https://www.openldap.org/software/ |
| 仓库 | https://git.openldap.org/openldap/openldap |
| 上游文档 | https://www.openldap.org/doc |
| 许可证 | OLDAP-2.8 |
| 源码归档 | https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.6.13.tgz |
| 最后更新 | 2026-06-19T12:32:41-07:00 |
| Pulse | updated |
| 依赖 | openssl@3 |
| macOS 提供的库 | cyrus-sasl |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-contrib来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.