Bug 1267266

Summary: kinit misses /etc/krb5.conf.d/ and refuses to obtain TGT
Product: [Fedora] Fedora Reporter: Tomas Tomecek <ttomecek>
Component: krb5Assignee: Robbie Harwood <rharwood>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: abokovoy, nalin, nathaniel, rharwood
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-01 19:48:28 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:
Bug Depends On: 1225792    
Bug Blocks:    

Description Tomas Tomecek 2015-09-29 13:45:08 UTC
Description of problem:
```
$ strace kinit
...
stat("/etc/krb5.conf.d/", 0x7ffd83a26fc0) = -1 ENOENT (No such file or directory)
close(3)                                = 0
write(2, "kinit: Included profile director"..., 52kinit: Included profile directory could not be read ) = 52
write(2, "while initializing Kerberos 5 li"..., 37while initializing Kerberos 5 library) = 37
write(2, "\n", 1
)                       = 1
exit_group(1)                           = ?
+++ exited with 1 +++
```

When I create that dir, it works just fine.


Version-Release number of selected component (if applicable):
krb5-workstation-1.13.2-9.fc24.x86_64

Comment 1 Robbie Harwood 2015-09-29 14:20:07 UTC
This was introduced as a result of trying to fix https://bugzilla.redhat.com/show_bug.cgi?id=1225792

When I get krb5 building from source in rawhide again, I will fix this; until then, please accept my apologies and either mkdir or remove the line.

Comment 2 Tomas Tomecek 2015-09-30 07:41:53 UTC
Workaround/fix is very easy, so don't worry about it.

Comment 3 Robbie Harwood 2015-10-01 19:48:28 UTC
Thanks for being patient!