From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 9D43E1FC0B for ; Tue, 21 Sep 2021 07:41:59 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 06/12] doc: lei-security: section for WIP auth methods Date: Tue, 21 Sep 2021 07:41:53 +0000 Message-Id: <20210921074159.20052-7-e@80x24.org> In-Reply-To: <20210921074159.20052-1-e@80x24.org> References: <20210921074159.20052-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Lots of stuff out there that becomes a pain to setup configuration for and test... --- Documentation/lei-security.pod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/lei-security.pod b/Documentation/lei-security.pod index 4b712c2d..02305b90 100644 --- a/Documentation/lei-security.pod +++ b/Documentation/lei-security.pod @@ -99,6 +99,14 @@ While credentials are not written to the filesystem by default, it is possible for them to end up on disk if processes are swapped out. Use of an encrypted swap partition is recommended. +=head1 AUTHENTICATION METHODS + +LOGIN (username + password) is known to work over IMAP(S), +as does AUTH=ANONYMOUS (which is used by L +as part of our test suite). AUTHINFO may work for NNTP, but +is untested. Testers will be needed for other authentication +methods. + =head1 DENIAL-OF-SERVICE VECTORS lei uses the same MIME parsing library as L