logo_kerberos.gif

Projects/KREALM

From K5Wiki
< Projects
Revision as of 11:02, 3 September 2015 by Vanrein (talk | contribs) (Resolved past controversy with different mechanism (iteration, but being clever about SOA records))

Jump to: navigation, search

This project introduces Kerberos description records in DNS. At present, there is no formally acceptable manner of deducing a realm name from a server name. The KREALM record enables such translations, and possibly more. The record's security hinges on DNSSEC.

This is an early stage project for MIT Kerberos. It is being fleshed out by its proponents. Feel free to help flesh out the details of this project. After the project is ready, it will be presented for review and approval.


External project links:

We use KREALM as a name for the protocol proposed on this page.

Mechanics of the Project

Actors: The Kerberos actor wanting to establish the realm name for a given server name is called the DNS client. The server name is supported by a DNS zone run in a DNS server.

  1. The DNS client requests the KREALM record for the sought server name, or otherwise a denial by the DNS server.
  2. The DNS client validates the response through DNSSEC.
  3. The DNS client may retry at a default location (usually the apex of the DNS zone) based on the location for a DNSKEY signing a denial.
  4. The DNS client will validate any such default location to be the same or a higher-up name in the DNS hierarchy.
  5. The DNS client interprets the KREALM record to find the r=REALMNAME record

It should be pointed out that rogue intermediates might add RRSIG records of their own, pointing to parts outside the DNS hierarchy for the requested server name. This should be detected and ignored.


Past Controversy

The default location has been subject of some controversy. This was because:

  • The DNS does not formally define where a zone apex lies;
  • Iterating upward may land up in a DNS zone under different operational control;
  • Iterating upward is not an efficient use of the DNS.

This has now been overcome by specifying a secure manner of upward iteration through the DNS hierarchy. When no KREALM record is found, then before iterating in upward direction, a test is made whether a SOA record exists at that point. This can be efficienty seen by looking at the NSEC/NSEC3 secure denial for the KREALM query, which holds a type bit map.

By not allowing the upward iteration to move beyond the zone apex for the zone holding the originally sought DNS name, we can assume that there is no change of operational control for the zone. There is a bit of impact administratively, when multiple DNS zones are covered by one Kerberos realm; all covered zones must then publish their own KREALM records.

Policy Choices for this Mechanism

  • The KDC may or may not want to find realms through KREALM records
  • The client, provided that it can process DNSSEC, may want to find realms through KREALM records
  • The server administrator may or may not choose to publish the realm, and possibly more, for the service and/or the realm

Changes to Kerberos

  • The KDC may process KREALM records, and for that purpose, rely on DNSSEC
  • The Kerberos client might process KREALM records, and for that purpose, require DNSSEC to be operational (which is not a solid thing to build on)

Changes to DNS

  • DNS servers would need to support KREALM records, as they do any other records

Comparison to Other Work

None.

Related Projects

See KREALM-XOVER.

Specifications

None.