Bug 1247847

Summary: man page of kinit should mention that krb5.conf can override ccache location
Product: [Fedora] Fedora Reporter: JianHong Yin <jiyin>
Component: krb5Assignee: Robbie Harwood <rharwood>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 23CC: dpal, jiyin, kerberos-dev-list, nalin, nathaniel
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-29 19:32:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description JianHong Yin 2015-07-29 05:07:05 UTC
Description of problem:
Now the default cache type is keyring, but there is no related info in man kinit(1)

Version-Release number of selected component (if applicable):
all

How reproducible:
always

Steps to Reproduce:
1. review the man page: man kinit

Actual results:
-> Description of problem:

Expected results:
add info about Keyring_collection_cache.

Additional info:
-

Comment 1 Roland Mainz 2015-07-30 13:59:07 UTC
(In reply to Yin.JianHong from comment #0)
> Description of problem:
> Now the default cache type is keyring, but there is no related info in man
> kinit(1)

Well, the builtin default is DIR: while the defaults we ship with /etc/krb5.conf is KEYRING

Comment 2 Fedora Admin XMLRPC Client 2015-09-01 21:36:19 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Robbie Harwood 2015-10-21 20:17:13 UTC
Is there actually a bug here?  If so, can you please (re)state it?  Thanks!

Comment 5 JianHong Yin 2015-10-22 01:20:13 UTC
I think it's better, if we add more info about cache name's type: FILE KEYRING ...