pkg.sopackage field notes

brew / rank 59

Install krb5 with Homebrew

Network authentication protocol. Version 1.22.2 via Homebrew; verified 2026-07-18.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install krb5

provider-native install command

overview

Package summary

Network authentication protocol

Commands and aliases

  • compile_et
  • gss-client
  • gss-server
  • k5srvutil
  • kadmin
  • kadmin.local
  • kadmind
  • kdb5_util
  • kdestroy
  • kinit
  • klist
  • kpasswd
  • kprop
  • kpropd
  • kproplog
  • krb5-config
  • krb5-send-pr
  • krb5kdc
  • ksu
  • kswitch
  • ktutil
  • kvno
  • sclient
  • sim_client
  • sim_server
  • sserver
  • uuclient
  • uuserver

history

Project history and usage

MIT Kerberos is the reference implementation of the Kerberos network authentication protocol. Among packages in this batch, krb5 has the deepest systems history: it is both a protocol suite and a user/admin toolchain whose commands, libraries, config files, credential caches, and keytabs became standard Unix security plumbing.

Project history

Kerberos was designed and implemented at MIT's Project Athena to solve open-network authentication problems for distributed workstations and services. MIT's overview describes it as a network authentication protocol using secret-key cryptography so clients and servers can prove identities over insecure networks.

The historical MIT dialogue about Kerberos was originally written in February 1988 and later updated with a Kerberos V5 afterword. Kerberos V5 was standardized by RFC 1510 and then clarified and superseded by RFC 4120 in July 2005.

MIT continues to publish krb5 source releases, documentation, user tools, administrator tools, GSS-API support, protocol documentation, and release notes. The public GitHub repository is described as a mirror of the MIT krb5 repository, while MIT's own web pages remain the authoritative release and documentation surface.

Adoption history

Kerberos spread from MIT academic infrastructure into Unix, enterprise, and vendor authentication systems because it provided single sign-on semantics without sending reusable passwords to each service. MIT's site states that Kerberos is available in many commercial products as well as free source form.

Package-manager adoption is unusually broad because krb5 is not just an end-user utility: development headers, client commands such as kinit and klist, KDC/admin daemons, GSS-API libraries, keytab utilities, and service integrations all depend on it.

How it is used

The CLI workflow centers on acquiring tickets with kinit, inspecting credential caches with klist, destroying tickets with kdestroy, changing passwords with kpasswd, and administering principals and keytabs with kadmin and ktutil. System operation uses /etc/krb5.conf for realm and library configuration, credential caches such as /tmp/krb5cc_%{uid}, and keytabs such as /etc/krb5.keytab.

For package maintainers, krb5 is a security-sensitive dependency that touches command-line tools, libraries, daemons, PAM or GSS-API consumers, protocol compatibility, encryption-type deprecations, and CVE-driven patch releases.

Why package nerds care

krb5 is the kind of package that reveals the difference between an executable and an infrastructure component. Installing it may provide dozens of commands, shared libraries, config-file semantics, daemon behavior, protocol wire compatibility, and ABI/API commitments used by unrelated packages.

It is also a long-lived example of protocol packaging: the package has to track IETF standards, MIT release engineering, vendor interoperability, and security defaults such as DES, Triple-DES, RC4, PKINIT, PAC, and GSS-API changes over decades.

Timeline

  • 1988: Bill Bryant wrote MIT's Kerberos design dialogue, reflecting the Project Athena authentication model.
  • 1996: MIT krb5 1.0-era releases entered the historical release archive.
  • 2005-07: RFC 4120 specified Kerberos V5 and obsoleted RFC 1510.
  • 2012-05-12: The public GitHub mirror repository was created.
  • 2026-01-29: MIT released krb5-1.22.2.

Related projects

  • Related standards and APIs include RFC 4120 Kerberos V5 and GSS-API integrations. Related implementations and deployments include vendor Kerberos products and operating-system authentication stacks that consume MIT krb5 libraries or interoperate with the protocol.

security posture

Risk level: blue

broad file, network, media, or database tool signal.

Risk classifier

blue risk · medium confidence · tool

Why

  • broad file, network, media, or database tool signal

Signals

  • text:network,client,server

Install behavior

  • No Homebrew bottle metadata was recorded.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/krb5.conf

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
/tmp/krb5cc_%{uid}/etc/krb5.keytab

executables

Installed executables

CommandKindExposureNote
compile_etexecutableindexed executableDiscovered from the local executable index.
gss-clientexecutableindexed executableDiscovered from the local executable index.
gss-serverexecutableindexed executableDiscovered from the local executable index.
k5srvutilexecutableindexed executableDiscovered from the local executable index.
kadminexecutableindexed executableDiscovered from the local executable index.
kadmin.localexecutableindexed executableDiscovered from the local executable index.
kadmindexecutableindexed executableDiscovered from the local executable index.
kdb5_utilexecutableindexed executableDiscovered from the local executable index.
kdestroyexecutableindexed executableDiscovered from the local executable index.
kinitexecutableindexed executableDiscovered from the local executable index.
klistexecutableindexed executableDiscovered from the local executable index.
kpasswdexecutableindexed executableDiscovered from the local executable index.
kpropexecutableindexed executableDiscovered from the local executable index.
kpropdexecutableindexed executableDiscovered from the local executable index.
kproplogexecutableindexed executableDiscovered from the local executable index.
krb5-configexecutableindexed executableDiscovered from the local executable index.
krb5-send-prexecutableindexed executableDiscovered from the local executable index.
krb5kdcexecutableindexed executableDiscovered from the local executable index.
ksuexecutableindexed executableDiscovered from the local executable index.
kswitchexecutableindexed executableDiscovered from the local executable index.
ktutilexecutableindexed executableDiscovered from the local executable index.
kvnoexecutableindexed executableDiscovered from the local executable index.
sclientexecutableindexed executableDiscovered from the local executable index.
sim_clientexecutableindexed executableDiscovered from the local executable index.
sim_serverexecutableindexed executableDiscovered from the local executable index.
sserverexecutableindexed executableDiscovered from the local executable index.
uuclientexecutableindexed executableDiscovered from the local executable index.
uuserverexecutableindexed executableDiscovered from the local executable index.

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-08-03
manager version1.22.2
manager updated2026-07-18
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:krb5
Version1.22.2
Package managerHomebrew
Homepagehttps://web.mit.edu/kerberos/
Last updated2026-07-18T21:10:59-04:00
Pulseupdated
Bottlenot recorded
Servicenone declared

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • curated configuration and credential file locations
  • curated package history
  • pkgdb category and tag curation