Project

General

Profile

Actions

Bug #4514

closed

k5srvutil(1m): The default keytab file is /etc/krb5/krb5.keytab

Added by Marcel Telka over 9 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
manpage - manual pages
Start date:
2014-01-22
Due date:
% Done:

100%

Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:

Description

In the k5srvutil(1m) man page it is stated that the default keytab file is /etc/krb5.keytab:

     In all cases, the default keytab  file  is  /etc/krb5.keytab
     file unless this is overridden by the -f option.

...

OPTIONS
     The following options are supported:

     -f filename
                    Specify a keytab file other than the  default
                    file, /etc/krb5.keytab.

But that's not true. The default keytab file is /etc/krb5/krb5.keytab as we could see in the k5srvutil script:

99keytab=/etc/krb5/krb5.keytab
100interactive=0
101
102CHANGE=`gettext  "change"`
103DELOLD=`gettext  "delold"`
104DELETE=`gettext  "delete"`
105LIST=`gettext  "list"`

The man page should be fixed.

Actions #1

Updated by Marcel Telka about 8 years ago

  • Assignee set to Adam Števko
Actions #2

Updated by Electric Monk almost 8 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

git commit cf6fe0ff9e996915d750fb1fc98477c23e9c5e1d

commit  cf6fe0ff9e996915d750fb1fc98477c23e9c5e1d
Author: Adam Stevko <adam.stevko@gmail.com>
Date:   2015-09-29T21:35:40.000Z

    4514 k5srvutil(1m): The default keytab file is /etc/krb5/krb5.keytab
    Reviewed by: Marcel Telka <marcel@telka.sk>
    Reviewed by: Cody Mello <melloc@joyent.com>
    Reviewed by: Toomas Soome <tsoome@me.com>
    Approved by: Robert Mustacchi <rm@joyent.com>

Actions

Also available in: Atom PDF