Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Zero Void <hujingcao@hotmail.com>
Subject: gnus hangs when kerberos ticket expires
Date: Thu, 31 Oct 2002 23:02:53 -0500	[thread overview]
Message-ID: <m3bs5akkcy.fsf@zeus.ece.cmu.edu> (raw)


I am using Oot Gnus 0.07.

I connect to my IMAP server uses kerberos 5 authentication, as shown in the
following snip from my .gnus file.

----------------------------------------------------------------------------
(setq gnus-secondary-select-methods
      '((nnfolder "private") 
        (nnslashdot "")
	(nnimap "ece" 
		(nnimap-address "email_server_address")
		(nnimap-list-pattern '("INBOX"))
		(nnimap-authenticator gssapi)
		(nnimap-stream gssapi)			
		)
	)
)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

However, the problem is that every time when the Kerberos ticket expires,
gnus hangs, which is very annoying. 

Is there a way to let gnus to renew the ticket for me? Or must I write a
cron job to renew the ticket somewhere else?

TIA


-- 
Unless you love someone, nothing else makes any sense.
		-- e.e. cummings


                 reply	other threads:[~2002-11-01  4:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m3bs5akkcy.fsf@zeus.ece.cmu.edu \
    --to=hujingcao@hotmail.com \
    /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).