From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86864 Path: news.gmane.org!not-for-mail From: Jochen Hein Newsgroups: gmane.emacs.gnus.general Subject: [PATCH 4/4] update nnimap documentation for gssapi connections Date: Sun, 14 Feb 2016 17:07:09 +0100 Message-ID: <1455466029-12376-5-git-send-email-jochen@jochen.org> References: <1455466029-12376-1-git-send-email-jochen@jochen.org> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1455466288 16689 80.91.229.3 (14 Feb 2016 16:11:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Feb 2016 16:11:28 +0000 (UTC) Cc: larsi@gnus.org, Jochen Hein To: ding@gnus.org Original-X-From: ding-owner+M35086@lists.math.uh.edu Sun Feb 14 17:11:16 2016 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 1aUzGV-00006x-S4 for ding-account@gmane.org; Sun, 14 Feb 2016 17:11:16 +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 1aUzFd-0003p2-JP; Sun, 14 Feb 2016 10:10:21 -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 1aUzFa-0003nv-5L for ding@lists.math.uh.edu; Sun, 14 Feb 2016 10:10:18 -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 1aUzFY-0007Li-MU for ding@lists.math.uh.edu; Sun, 14 Feb 2016 10:10:18 -0600 Original-Received: from smtp.dinoex.de ([188.40.204.4] ident=root) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1aUzFX-0003zP-6I; Sun, 14 Feb 2016 17:10:15 +0100 Original-Received: from smtp.dinoex.de (uucp@smtp.dinoex.de [188.40.204.4]) by smtp.dinoex.de (8.15.2/8.15.1) with ESMTPS id u1EGA6uj055282 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 14 Feb 2016 17:10:07 +0100 (CET) (envelope-from jochen@jochen.org) Original-Received: (from uucp@localhost) by smtp.dinoex.de (8.15.2/8.15.1/Submit) with UUCP id u1EGA68A055281; Sun, 14 Feb 2016 17:10:06 +0100 (CET) (envelope-from jochen@jochen.org) Original-Received: from jochen.org (echidna.jochen.org [IPv6:fd23:e163:19f7:1234:222:4dff:fe7c:d76a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by jupiter.jochen.org (Postfix) with ESMTPS id D52832B6; Sun, 14 Feb 2016 17:07:39 +0100 (CET) Original-Received: (nullmailer pid 13317 invoked by uid 1004); Sun, 14 Feb 2016 16:07:39 -0000 X-Mailer: git-send-email 2.1.4 In-Reply-To: <1455466029-12376-1-git-send-email-jochen@jochen.org> X-Milter: Spamilter (Reciever: smtp.dinoex.de; Sender-ip: 188.40.204.4; Sender-helo: smtp.dinoex.de;) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (smtp.dinoex.de [188.40.204.4]); Sun, 14 Feb 2016 17:10:08 +0100 (CET) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86864 Archived-At: * doc/misc/gnus.texi: update nnimap docs for gssapi. --- doc/misc/gnus.texi | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index fa7cd09..a22ee3e 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -14237,7 +14237,7 @@ Customizing the IMAP Connection This is the default, and this first tries the @code{ssl} setting, and then tries the @code{network} setting. -@item ssl +@item ssl or tls This uses standard @acronym{TLS}/@acronym{SSL} connections. @item network @@ -14257,6 +14257,11 @@ Customizing the IMAP Connection Non-encrypted and unsafe straight socket connection. @acronym{STARTTLS} will not be used even if it is available. +@item gssapi +Connect with GSSAPI by using the commands @code{gsasl} or +@code{imtest}. The commands can be customized by changing +@code{gssapi-program}. + @end table @item nnimap-authenticator @@ -14981,14 +14986,15 @@ Mail Source Specifiers @item :stream What stream to use for connecting to the server, this is one of the symbols in @code{imap-stream-alist}. Right now, this means -@samp{gssapi}, @samp{kerberos4}, @samp{starttls}, @samp{tls}, -@samp{ssl}, @samp{shell} or the default @samp{network}. - -@item :authentication -Which authenticator to use for authenticating to the server, this is -one of the symbols in @code{imap-authenticator-alist}. Right now, -this means @samp{gssapi}, @samp{kerberos4}, @samp{digest-md5}, -@samp{cram-md5}, @samp{anonymous} or the default @samp{login}. +@samp{undecided}, @samp{gssapi}, @samp{starttls}, @samp{tls}, +@samp{ssl}, @samp{shell}, @samp{plain} or the default @samp{network}. +If the value is @samp{undecided}, nnimap tries @samp{ssl} first, then falls +back on @samp{network}. + +@item :authenticator +Which authenticator to use for authenticating to the server. Right now, +this means @samp{anonymous}, @samp{login}, @samp{plain}, +@samp{cram-md5}, or the default @samp{nil}. @item :program When using the @samp{shell} :stream, the contents of this variable is -- 2.1.4