Files
heimdal/kdc
Roland C. Dowdeswell 366b787917 We provide a "derived key" mechanism to allow wildcard princs
In order to support certain use cases, we implement a mechanism to
allow wildcard principals to be defined and for the KDC to issue
tickets for said principals by deriving a key for them from a
cluster master entry in the HDB.

The way that this works is we defined an entry of the form:

	WELLKNOWN/DERIVED-KEY/KRB5-CRYPTO-PRFPLUS/<hostname>@REALM

When reading from the Kerberos DB, if we can't find an entry for
what looks like a hostbased principal, then we will attempt to
search for a principal of the above form chopping name components
off the front as we search.

If we find an entry, then we derive keys for it by using
krb5_crypto_prfplus() with the entry's key and the principal name
of the request.
2019-09-18 21:20:47 +01:00
..
2011-07-24 13:07:07 -07:00
2016-02-26 01:04:31 -06:00
2016-01-20 15:03:30 -06:00
2011-05-21 11:57:31 -07:00
2016-06-09 01:13:14 -04:00
2011-05-21 11:57:31 -07:00
2017-01-27 00:37:08 -05:00
2017-10-11 17:13:07 -05:00
2014-08-23 18:54:05 -07:00
2008-09-13 09:21:03 +00:00
2011-05-21 11:57:31 -07:00
2011-05-21 11:57:31 -07:00
2011-07-24 20:24:35 -07:00