kdb5_ldap_util

MIT Kerberos key server (KDC) LDAP plugin

Install

All systems
curl cmd.cat/kdb5_ldap_util.sh
Debian Debian
apt-get install krb5-kdc-ldap
Ubuntu
apt-get install krb5-kdc-ldap
Alpine
apk add krb5
Arch Arch Linux
pacman -S krb5
image/svg+xml Kali Linux
apt-get install krb5-kdc-ldap
CentOS
yum install krb5-server-ldap
Fedora
dnf install krb5-server-ldap
Windows (WSL2)
sudo apt-get update sudo apt-get install krb5-kdc-ldap
OS X
brew install krb5
Raspbian
apt-get install krb5-kdc-ldap
Docker
docker run cmd.cat/kdb5_ldap_util kdb5_ldap_util powered by Commando

krb5-kdc-ldap

MIT Kerberos key server (KDC) LDAP plugin

Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). This is the MIT reference implementation of Kerberos V5. This package contains the LDAP plugin for the Kerberos key server (KDC) and supporting utilities. This plugin allows the KDC data to be stored in an LDAP server rather than the default local database. It should be installed on both master and slave KDCs that use LDAP as a storage backend.

krb5-server-ldap

The LDAP storage plugin for the Kerberos 5 KDC

krb5

The Kerberos network authentication system