RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1869055 - [doc] kvno usage not compliant with man page kvno(1)
Summary: [doc] kvno usage not compliant with man page kvno(1)
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: krb5
Version: 8.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Robbie Harwood
QA Contact: Filip Dvorak
URL: https://github.com/krb5/krb5/pull/1105
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-08-16 02:42 UTC by Yongcheng Yang
Modified: 2021-05-18 14:42 UTC (History)
3 users (show)

Fixed In Version: krb5-1.18.2-7.el8
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-18 14:42:18 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2021:1593 0 None None None 2021-05-18 14:42:32 UTC

Description Yongcheng Yang 2020-08-16 02:42:25 UTC
Description of problem:

The tool `kvno` usage (from command line) includes "[-k keytab]" but this is not mentioned in the corresponding man page kvno(1) and myabe not usable.
Also for the options [-C] and [-u].

Please update the doc/usage about it.


Version-Release number of selected component (if applicable):
krb5-workstation-1.18.2-5.el8

How reproducible:
always

Steps to Reproduce:
1. kvno -h 2>&1 | grep keytab
2. man kvno | grep keytab
3.

Actual results:
[root@lenovo-sr630-01 ~]# kvno -h
usage: kvno [-C] [-u] [-c ccache] [-e etype]
        [-k keytab] [-S sname] [{-I | -U} for_user | [-F cert_file] [-P]]
        [--u2u ccache] service1 service2 ...
[root@lenovo-sr630-01 ~]# echo $?
1
[root@lenovo-sr630-01 ~]#

[root@lenovo-sr630-01 ~]# man kvno | grep -A2 SYNOPSIS
SYNOPSIS
       kvno  [-c ccache] [-e etype] [-q] [-h] [-P] [-S sname] [-I for_user] [-U for_user] [-F cert_file] [--u2u ccache] ser‐
       vice1 service2 ...
[root@lenovo-sr630-01 ~]# man kvno | grep '\-k'
[root@lenovo-sr630-01 ~]# man kvno | grep '\-C'
[root@lenovo-sr630-01 ~]# man kvno | grep '\-u'
       kvno  [-c ccache] [-e etype] [-q] [-h] [-P] [-S sname] [-I for_user] [-U for_user] [-F cert_file] [--u2u ccache] ser‐
       --u2u ccache
              Requests a user-to-user ticket.  ccache must contain a local krbtgt ticket  for  the  server  principal.   The
[root@lenovo-sr630-01 ~]# rpm -qf `which kvno`
krb5-workstation-1.18.2-5.el8.x86_64
[root@lenovo-sr630-01 ~]# rpm -qf `man -w kvno`
krb5-workstation-1.18.2-5.el8.x86_64
[root@lenovo-sr630-01 ~]#

Expected results:
kvno "usage" compliant with the man page kvno(1).
I.e. options [-C] [-u] [-k keytab]

Additional info:
rhel7 has the same problem

Comment 1 Robbie Harwood 2020-08-20 22:49:40 UTC
> Additional info:
> rhel7 has the same problem

Please be aware of support lifecycles here; this will not be addressed for RHEL 7 :)

I've submitted a PR to fix a slightly larger issue upstream.  Depending on the form upstream merges the change in, we may need to adapt your checks from #c0, but we'll see.

Comment 13 errata-xmlrpc 2021-05-18 14:42:18 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: krb5 security update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2021:1593


Note You need to log in before you can comment on or make changes to this bug.