Bug 1267266 - kinit misses /etc/krb5.conf.d/ and refuses to obtain TGT
Summary: kinit misses /etc/krb5.conf.d/ and refuses to obtain TGT
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: krb5
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Robbie Harwood
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1225792
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-29 13:45 UTC by Tomas Tomecek
Modified: 2015-10-01 19:48 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-10-01 19:48:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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!


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