diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-09-08 21:46:32 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-09-08 21:47:56 +0100 |
commit | e8313697b6554b4aff021c61add44971815fad59 (patch) | |
tree | 4e740421d565b8920349b0e4ea623eb949621d99 /tests/FILEFORMAT | |
parent | 28427b408326a1e96fa40bedd48fc8d7d242e724 (diff) |
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.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 3 |
1 files changed, 3 insertions, 0 deletions
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 |