[30438] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Remove erroneous text from kinit man page

daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Jan 30 11:48:48 2019

Date: Wed, 30 Jan 2019 11:48:43 -0500
From: Greg Hudson <ghudson@mit.edu>
Message-ID: <201901301648.x0UGmhRo007697@drugstore.mit.edu>
To: <cvs-krb5@mit.edu>
MIME-Version: 1.0
Reply-To: krbdev@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/8e31335a7722a2f7f1722506befe4fd26d3e3f3f
commit 8e31335a7722a2f7f1722506befe4fd26d3e3f3f
Author: Isaac Boukris <iboukris@gmail.com>
Date:   Mon Jan 7 21:09:34 2019 +0200

    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.
    
    [ghudson@mit.edu: updated RST man page and regenerated nroff file;
    rewrote commit message]
    
    ticket: 8779 (new)
    tags: pullup
    target_version: 1.17-next

 doc/user/user_commands/kinit.rst |    3 +--
 src/man/kinit.man                |    7 +++----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/doc/user/user_commands/kinit.rst b/doc/user/user_commands/kinit.rst
index d692e27..e12e88a 100644
--- a/doc/user/user_commands/kinit.rst
+++ b/doc/user/user_commands/kinit.rst
@@ -92,8 +92,7 @@ OPTIONS
     requested.
 
 **-E**
-    treats the principal name as an enterprise name (implies the
-    **-C** option).
+    treats the principal name as an enterprise name.
 
 **-v**
     requests that the ticket-granting ticket in the cache (with the
diff --git a/src/man/kinit.man b/src/man/kinit.man
index 16ecbaf..a3dcfe2 100644
--- a/src/man/kinit.man
+++ b/src/man/kinit.man
@@ -1,6 +1,6 @@
 .\" Man page generated from reStructuredText.
 .
-.TH "KINIT" "1" " " "1.17" "MIT Kerberos"
+.TH "KINIT" "1" " " "1.18" "MIT Kerberos"
 .SH NAME
 kinit \- obtain and cache Kerberos ticket-granting ticket
 .
@@ -113,8 +113,7 @@ KDC to reply with a different client principal from the one
 requested.
 .TP
 \fB\-E\fP
-treats the principal name as an enterprise name (implies the
-\fB\-C\fP option).
+treats the principal name as an enterprise name.
 .TP
 \fB\-v\fP
 requests that the ticket\-granting ticket in the cache (with the
@@ -247,6 +246,6 @@ klist(1), kdestroy(1), kerberos(7)
 .SH AUTHOR
 MIT
 .SH COPYRIGHT
-1985-2018, MIT
+1985-2019, MIT
 .\" Generated by docutils manpage writer.
 .
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post