]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add more constraints to S4U2Self processing 853/head
authorIsaac Boukris <iboukris@gmail.com>
Fri, 5 Oct 2018 11:43:51 +0000 (14:43 +0300)
committerGreg Hudson <ghudson@mit.edu>
Fri, 12 Oct 2018 18:25:39 +0000 (14:25 -0400)
commit586e901145c2b874828748610bf95aa32b281fc4
treea3e31b0bbcd467c0412230eab2fdef0459bf109a
parentbce3da1bc392cf5e8a4ca709f8eb1cfde974e36e
Add more constraints to S4U2Self processing

Of the eight possible combinations of local or cross TGT, local or
non-local user, and local server or referral, four are valid.  The
previous commit rejects two of the invalid cases (local TGT and
referral, with local or non-local user).  Document the four valid
cases and reject the remaining two invalid combinations.

[ghudson@mit.edu: rewrote commit message; added comment documenting
valid combinations; adjusted style and comments]

ticket: 8748 (new)
src/kdc/kdc_util.c