Bug 736983
Summary: | SSH GSSAPI login broken | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Matthias Witte <witte> | ||||
Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> | ||||
Status: | CLOSED UPSTREAM | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | unspecified | CC: | crobinso, dallan, mprivozn, xen-maint | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 737176 (view as bug list) | Environment: | |||||
Last Closed: | 2011-09-09 19:29:11 UTC | Type: | --- | ||||
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: | |||||||
Bug Blocks: | 737176 | ||||||
Attachments: |
|
Hi Matthias, Thanks for the bug report and the patch. Would you mind submitting it to libvir-list for discussion? Dave Moving to POST: http://post-office.corp.redhat.com/archives/rhvirt-patches/2011-September/msg00320.html As the patch has been committed upstream, I'm resolving the BZ. |
Created attachment 522273 [details] Patch adding KRB5CCNAME to virnetsocket.c Description of problem: Version-Release number of selected component (if applicable): AFAICS this corresponds with the changes in src/rpc since 0.9.2. Additional info: ssh can no longer see KRB5CCNAME and therefore ssh GSSAPI authentication works no longer. Adding virCommandAddEnvPass(cmd, "KRB5CCNAME"); to libvirt-0.9.5-rc1/src/rpc/virnetsocket.c resolves the problem.