kadmind

MIT Kerberos master server (kadmind)

Install

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

krb5-admin-server

MIT Kerberos master server (kadmind)

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 Kerberos master server (kadmind), which handles account creations and deletions, password changes, and other administrative commands via the Kerberos admin protocol. It also contains the command used by the master KDC to propagate its database to slave KDCs. This package is generally only used on the master KDC for a Kerberos realm.

krb5-server

The KDC and related programs for Kerberos 5

krb5

The Kerberos network authentication system