Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: kaduk@MIT.EDU Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 848 Do not default to host/ for client keytabs When the normal (acceptor) keytab is being used to obtain initial credentials, it is reasonable to use the default hostbased service principal (host/fully.qualified.localhost.domain) when no client principal is given. This behavior is not very reasonable when the default client keytab is being used, as host/ credentials are not normally client credentials. Make kinit -i match up with the GSS-API behavior when client keytabs are in use, using the name of the first entry in the keytab when no name is explicitly given. https://github.com/krb5/krb5/commit/6c4bd36bd000c8f5ab1b8dacd5d4101831fe576e Author: Ben Kaduk Commit: 6c4bd36bd000c8f5ab1b8dacd5d4101831fe576e Branch: master src/clients/kinit/kinit.c | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-)