[krbdev.mit.edu #8904] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Wed May 13 20:10:44 2020: Request 8904 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=8904 > Add KRB5_PRINCIPAL_PARSE_NO_DEF_REALM flag Implement KRB5_PRINCIPAL_PARSE_NO_DEF_REALM from Heimdal. This flag for krb5_parse_name_flags() suppresses the addition of the default realm, but allows and preserves the realm if one is specified in the string. https://github.com/krb5/krb5/commit/5975ab86bf0ab791282cf1103b8143cccd1034fd Author: Greg Hudson <[email protected]> Commit: 5975ab86bf0ab791282cf1103b8143cccd1034fd Branch: master src/include/krb5/krb5.hin | 1 + src/lib/krb5/krb/parse.c | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-)