9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Charles Forsyth <forsyth@terzarima.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] plain passwords and keyfs
Date: Sun, 25 Jul 2004 20:19:36 +0100	[thread overview]
Message-ID: <6f1264d9a3111def5d742c8c67098c4c@terzarima.net> (raw)
In-Reply-To: <25eaf31495573cf9d46858cf0222fc62@quintile.net>

[-- Attachment #1: Type: text/plain, Size: 626 bytes --]

it's for the pop3 server side for non-plan9 clients
to collect mail by pop3 from a plan 9 mail service
using md5 authentication (hash a challenge using a secret),
for instance.  the protocol requires the server to know
the secret, not just a hash of it.

as it happens, factotum is in the pop3 server loop
on the server, but it doesn't access the secret directly.
that's left to authsrv, because it has access to keyfs.
either way, something on a server must store the real
secret; this way, it's only stored on an auth server,
which is potentially better protected and might only do auth serving
(for instance).

[-- Attachment #2: Type: message/rfc822, Size: 2273 bytes --]

From: "Steve Simon" <steve@quintile.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] plain passwords and keyfs
Date: Sat, 24 Jul 2004 14:48:31 +0100
Message-ID: <25eaf31495573cf9d46858cf0222fc62@quintile.net>

Surely the pop3 password in keyfs is now historic
(and could be deleted) given that we now have factotum?

-Steve

  reply	other threads:[~2004-07-25 19:19 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <5d791b8fa2a574fb6cc322e97696054c@terzarima.net>
2004-07-23 17:46 ` Enrique Soriano
2004-07-24  8:45   ` Charles Forsyth
2004-07-24 13:48     ` Steve Simon
2004-07-25 19:19       ` Charles Forsyth [this message]
2004-07-25 20:00         ` Steve Simon
2004-07-23 13:14 Enrique Soriano Salvador
2004-07-23 16:10 ` Charles Forsyth
2004-07-23 16:34   ` Wes Kussmaul
2004-07-23 16:47     ` andrey mirtchovski
2004-07-23 17:38       ` Wes Kussmaul
2004-07-23 17:06     ` Skip Tavakkolian
2004-07-24  7:32       ` Sam
2004-07-23 17:29         ` andrey mirtchovski
2004-07-23 23:24         ` Bruce Ellis

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=6f1264d9a3111def5d742c8c67098c4c@terzarima.net \
    --to=forsyth@terzarima.net \
    --cc=9fans@cse.psu.edu \
    /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).