Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1256276 - curl: imap GSSAPI authentication does not work
Summary: curl: imap GSSAPI authentication does not work
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: curl
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kamil Dudka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-24 09:06 UTC by Tomas Hoger
Modified: 2015-09-10 20:21 UTC (History)
2 users (show)

Fixed In Version: 7.40.0-6.fc22
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-10 20:21:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomas Hoger 2015-08-24 09:06:25 UTC
Description of problem:

An attempt to authenticate to an IMAP server using GSSAPI fails with "Unexpected continuation response".  Verbose mode output suggests curl is unable to handle server response to the AUTHENTICATE GSSAPI:

$ curl -v --negotiate --user : 'imaps://imap.server/'
...
< * OK IMAP4 ready
> A001 CAPABILITY
< * CAPABILITY ACL BINARY CATENATE CHILDREN CONDSTORE ENABLE ESEARCH ID IDLE IMAP4rev1 LIST-EXTENDED LITERAL+ MULTIAPPEND NAMESPACE QUOTA RIGHTS=ektx SASL-IR SEARCHRES UIDPLUS UNSELECT WITHIN ESORT I18NLEVEL=1 SORT THREAD=ORDEREDSUBJECT LIST-STATUS XLIST AUTH=PLAIN AUTH=GSSAPI
< A001 OK completed
> A002 AUTHENTICATE GSSAPI <<base64 encoded authentication data>>
< + <<base64 encoded data from server>>
* Unexpected continuation response
* Closing connection 0
curl: (8) Unexpected continuation response

curl may be expecting response starting with A002 when it receives a response starting with +.

Comment 2 Fedora Update System 2015-08-24 18:17:33 UTC
curl-7.40.0-6.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-14145

Comment 3 Fedora Update System 2015-08-24 21:54:05 UTC
curl-7.40.0-6.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report.\nIf you want to test the update, you can install it with \n su -c 'yum --enablerepo=updates-testing update curl'. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-14145

Comment 4 Fedora Update System 2015-09-10 20:21:31 UTC
curl-7.40.0-6.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.


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