Bug 736983

Summary: SSH GSSAPI login broken
Product: [Community] Virtualization Tools Reporter: Matthias Witte <witte>
Component: libvirtAssignee: Libvirt Maintainers <libvirt-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: 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:
Description Flags
Patch adding KRB5CCNAME to virnetsocket.c none

Description Matthias Witte 2011-09-09 08:48:55 UTC
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.

Comment 1 Dave Allan 2011-09-09 12:37:38 UTC
Hi Matthias,

Thanks for the bug report and the patch.  Would you mind submitting it to libvir-list for discussion?

Dave

Comment 3 Dave Allan 2011-09-09 19:29:11 UTC
As the patch has been committed upstream, I'm resolving the BZ.