slapd
OpenLDAP server (slapd)
Install
- All systems
-
curl cmd.cat/slapd.sh
- Debian
-
apt-get install slapd
- Ubuntu
-
apt-get install slapd
- Arch Linux
-
pacman -S slapd
- Kali Linux
-
apt-get install slapd
- CentOS
-
yum install slapd
- Fedora
-
dnf install slapd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install slapd
- Raspbian
-
apt-get install slapd
- Dockerfile
- dockerfile.run/slapd
slapd
OpenLDAP server (slapd)
This is the OpenLDAP (Lightweight Directory Access Protocol) server (slapd). The server can be used to provide a standalone directory service.
openldap-servers
LDAP server
openldap
OpenLDAP is an open source suite of LDAP (Lightweight Directory
Access Protocol) applications and development tools. LDAP is a set of protocols for accessing directory services (usually phone book style information, but other information is possible) over the Internet, similar to the way DNS (Domain Name System) information is propagated over the Internet. The openldap package contains configuration files, libraries, and documentation for OpenLDAP.