[krbdev.mit.edu #8843] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Sun Nov 03 13:56:46 2019: Request 8843 was acted upon. Transaction: Ticket created by [email protected] Queue: krb5 Subject: git commit Owner: [email protected] Requestors: Status: new Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8843 > Allow client canonicalization in non-krbtgt AS-REP If a caller makes an AS-REQ with the canonicalize flag set (or with an enterprise client principal or the anonymous flag), always allow the KDC to change the client principal. Continue to restrict server name changes to requests for TGS principals. Also remove the conditional for setting canon_ok for fully anonymous requests. Both kinds of anonymous requests change the client principal or realm, but neither kind changes the server principal or realm, so this logic is no longer needed now that canon_ok only applies to server name changes. [[email protected]: clarified commit message; removed anonymous PKINIT clause] https://github.com/krb5/krb5/commit/c6c19b1d35c6523cb7ed220c1f2e97e12e039293 Author: Isaac Boukris <[email protected]> Committer: Greg Hudson <[email protected]> Commit: c6c19b1d35c6523cb7ed220c1f2e97e12e039293 Branch: master src/lib/krb5/krb/get_in_tkt.c | 9 ++------- src/tests/t_kdb.py | 3 +++ 2 files changed, 5 insertions(+), 7 deletions(-)