kdb5_ldap_util
MIT Kerberos key server (KDC) LDAP plugin
Install
- All systems
-
curl cmd.cat/kdb5_ldap_util.sh
- Debian
-
apt-get install krb5-kdc-ldap
- Ubuntu
-
apt-get install krb5-kdc-ldap
- Alpine
-
apk add krb5
- Arch Linux
-
pacman -S krb5
- 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
- Dockerfile
- dockerfile.run/kdb5_ldap_util
- 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.