[krbdev.mit.edu #9048] git commit
"Greg Hudson via RT" <[email protected]> Thu, 27 Jan 2022 16:57:53 -0500
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Thu Jan 27 16:57:53 2022: Request 9048 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=9048 > Pass client flag to KDB for client preauth match In the kdcpreauth match_client() callback, if it is necessary to look up the given principal in the KDB, pass KRB5_KDB_FLAG_CLIENT to krb5_db_get_principal(). Samba requires this flag to properly handle enterprise client principals. https://github.com/krb5/krb5/commit/d4359c66c78a2c59e6bf3b905c4de58e920c7349 Author: Greg Hudson <[email protected]> Commit: d4359c66c78a2c59e6bf3b905c4de58e920c7349 Branch: master src/kdc/kdc_preauth.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)