From e8313697b6554b4aff021c61add44971815fad59 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 8 Sep 2013 21:46:32 +0100 Subject: ftpserver: Reworked AUTH support to allow for specifying the mechanisms Renamed SUPPORTAUTH to AUTH and added support for specifying a list of supported SASL mechanisms to return to the client. Additionally added the directive to the FILEFORMAT document. --- tests/FILEFORMAT | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/FILEFORMAT') diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index f5a23abb8..ba3161496 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -128,6 +128,9 @@ PASVBADIP CAPA [capabilities] - Enables support for and specifies a list of space separated capabilities to return to the client for the IMAP CAPABILITY and POP3 CAPA commands +AUTH [mechanisms] + - Enables support for SASL authentication and specifies a list of space + separated mechanisms for IMAP and POP3 For HTTP/HTTPS: auth_required if this is set and a POST/PUT is made without auth, the -- cgit v1.2.3