kprop
MIT Kerberos master server (kadmind)
Install
- All systems
-
curl cmd.cat/kprop.sh
- Debian
-
apt-get install krb5-admin-server
- Ubuntu
-
apt-get install krb5-admin-server
- Alpine
-
apk add krb5
- Arch Linux
-
pacman -S krb5
- 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
- Dockerfile
- dockerfile.run/kprop
- Docker
-
docker run cmd.cat/kprop kprop
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.