From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86293 Path: news.gmane.org!not-for-mail From: Jason L Tibbitts III Newsgroups: gmane.emacs.gnus.general Subject: Kerberos auth to IMAP server Date: Tue, 17 Nov 2015 12:51:11 -0600 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447787126 10003 80.91.229.3 (17 Nov 2015 19:05:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2015 19:05:26 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34525@lists.math.uh.edu Tue Nov 17 20:05:12 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZylZ2-0003FP-84 for ding-account@gmane.org; Tue, 17 Nov 2015 20:05:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1ZylYg-0008LD-8n; Tue, 17 Nov 2015 13:04:50 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZylLZ-0008Gn-Ib for ding@lists.math.uh.edu; Tue, 17 Nov 2015 12:51:17 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1ZylLY-00047y-SE for ding@lists.math.uh.edu; Tue, 17 Nov 2015 12:51:17 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA256:128) (Exim 4.80) (envelope-from ) id 1ZylLX-0001jw-7R for ding@gnus.org; Tue, 17 Nov 2015 19:51:15 +0100 Original-Received: from epithumia.math.uh.edu ([129.7.128.2]) by mx1.math.uh.edu with esmtp (Exim 4.85) (envelope-from ) id 1ZylLT-0006mZ-RD for ding@gnus.org; Tue, 17 Nov 2015 12:51:13 -0600 Original-Received: by epithumia.math.uh.edu (Postfix, from userid 7225) id C10A2342; Tue, 17 Nov 2015 12:51:11 -0600 (CST) User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (gnu/linux) X-Spam-Score: -3.5 (---) X-Spam-Score: -3.5 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86293 Archived-At: Has anyone managed to get kerberos authentication functioning? I have a functioning kerberos environment and other IMAP clients (like Alpine) can do kerberos auth without issues. But I've had no luck with Gnus. I found some instructions at http://josefsson.org/nnimap/nnimap.html#SEC19 but I think they are somewhat out of date. I do have imtest in my path, just in case. I also found: https://people.kth.se/~kurlberg/kth-comp.html#sec-1-3 And I do have the GSSAPI SASL module installed. However, setting nnimap-stream and nnimap-authenticator in my select method just results in an error: Unable to open server nnimap+imap.math.uh.edu due to: Unknown stream type: gssapi I get the impression that Gnus has changed so much that none of these instructions currently relevant. Am I not supposed to be using select methods currently? - J<