[krbdev.mit.edu #8779] git commit
Greg Hudson via RT <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Remove erroneous text from kinit man page Commit 4c4859fa83295db5c26f47b96c719060cfd9e2b1 changed the kinit man page to state that kinit -E (enterprise) implies -C (canonicalize). The client does not automatically set the canonicalize option when getting tickets for an enterprise principal, and Windows KDCs can issue tickets for enterprise principals without canonicalizing the principal (contrary to the implication of RFC 6806 section 5). Remove the misleading text. [[email protected]: updated RST man page and regenerated nroff file; rewrote commit message] (cherry picked from commit 8e31335a7722a2f7f1722506befe4fd26d3e3f3f) https://github.com/krb5/krb5/commit/865cb9db2384970b99672e95f0de01a2d004d2b8 Author: Isaac Boukris <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 865cb9db2384970b99672e95f0de01a2d004d2b8 Branch: krb5-1.17 doc/user/user_commands/kinit.rst | 3 +-- src/man/kinit.man | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-)