From 3b23743ec90a4cb67dbc0b8bd94cc342c78e7a67 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 21 Sep 2021 07:41:53 +0000 Subject: [PATCH] doc: lei-security: section for WIP auth methods 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 -- 2.44.0