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

ticket: 8403
target_version: 1.14-next
tags: pullup

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