krb5 commit [krb5-1.18]: Fix typo in 1.18 release notes
Greg Hudson <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/krb5/krb5/commit/28c230c324917ab7d437650c08f41b294db170f7 commit 28c230c324917ab7d437650c08f41b294db170f7 Author: Greg Hudson <[email protected]> Date: Mon Jan 13 12:22:02 2020 -0500 Fix typo in 1.18 release notes README | 4 ++-- doc/mitK5features.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 64ad0b6..983feec 100644 --- a/README +++ b/README @@ -117,8 +117,8 @@ User experience: canonicalization, and again with DNS canonicalization if the un-canonicalized server is not found. -* Expand single-component hostnames in hhost-based principal names - when DNS canonicalization is not used, adding the system's first DNS +* Expand single-component hostnames in host-based principal names when + DNS canonicalization is not used, adding the system's first DNS search path as a suffix. Add a "qualify_shortname" krb5.conf relation to override this suffix or disable expansion. diff --git a/doc/mitK5features.rst b/doc/mitK5features.rst index d58c718..a7e55f2 100644 --- a/doc/mitK5features.rst +++ b/doc/mitK5features.rst @@ -514,7 +514,7 @@ Release 1.18 canonicalization, and again with DNS canonicalization if the un-canonicalized server is not found. - - Expand single-component hostnames in hhost-based principal names + - Expand single-component hostnames in host-based principal names when DNS canonicalization is not used, adding the system's first DNS search path as a suffix. Add a ``qualify_shortname`` krb5.conf relation to override this suffix or disable expansion.