]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Clarify kinit principal selection
authorTom Yu <tlyu@mit.edu>
Wed, 28 Sep 2016 16:33:52 +0000 (12:33 -0400)
committerTom Yu <tlyu@mit.edu>
Mon, 24 Oct 2016 19:38:13 +0000 (15:38 -0400)
Describe the principal selection behavior of kinit when the principal
argument is absent.

(cherry picked from commit 9896d4ffecb69f0262375b2f0db5b275a5e25de9)

ticket: 8403
version_fixed: 1.14.5

doc/user/user_commands/kinit.rst

index 72721c3e327f46105b0f15ebee01980f47537a61..3f9d5340f1f0205c41b8fbc1bf7958cdd3db0035 100644 (file)
@@ -33,7 +33,10 @@ DESCRIPTION
 -----------
 
 kinit obtains and caches an initial ticket-granting ticket for
-*principal*.
+*principal*.  If *principal* is absent, kinit chooses an appropriate
+principal name based on existing credential cache contents or the
+local username of the user invoking kinit.  Some options modify the
+choice of principal name.
 
 
 OPTIONS