Gnus development mailing list
 help / color / mirror / Atom feed
From: Jochen Hein <jochen@jochen.org>
To: ding@gnus.org
Cc: larsi@gnus.org, Jochen Hein <jochen@jochen.org>
Subject: [PATCH 4/4] update nnimap documentation for gssapi connections
Date: Sun, 14 Feb 2016 17:07:09 +0100	[thread overview]
Message-ID: <1455466029-12376-5-git-send-email-jochen@jochen.org> (raw)
In-Reply-To: <1455466029-12376-1-git-send-email-jochen@jochen.org>

       * 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




  parent reply	other threads:[~2016-02-14 16:07 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-14 16:07 allow GSSAPI for imap access Jochen Hein
2016-02-14 16:07 ` [PATCH 1/4] open-gssapi-stream: remove parameter user Jochen Hein
2016-02-14 16:07 ` [PATCH 2/4] network-stream: allow type gssapi Jochen Hein
2016-02-14 16:07 ` [PATCH 3/4] nnimap: handle imap connections with type 'gssapi Jochen Hein
2016-02-14 16:07 ` Jochen Hein [this message]
2016-02-15  7:59 ` allow GSSAPI for imap access Lars Ingebrigtsen
2016-02-15 14:35   ` Adam Sjøgren
2016-02-15 16:39     ` Jochen Hein
2016-02-15 17:29       ` Adam Sjøgren
2016-02-15 18:31         ` Jochen Hein
2016-02-15 18:56           ` Adam Sjøgren
2016-02-15 19:58             ` Jochen Hein
2016-02-22  7:27           ` Adam Sjøgren
2016-02-22 18:41             ` Jochen Hein
2016-02-23 12:52               ` Adam Sjøgren
2016-02-15 14:38   ` Hein, Jochen
2016-02-15 14:46     ` Lars Ingebrigtsen
2016-02-16  5:57 ` Lars Ingebrigtsen
2016-02-16  9:21   ` Hein, Jochen
2016-02-21  3:10     ` Lars Ingebrigtsen
2016-03-20 19:11       ` Jochen Hein/Jochen Kellner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455466029-12376-5-git-send-email-jochen@jochen.org \
    --to=jochen@jochen.org \
    --cc=ding@gnus.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).