mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
docs: cite SASL external authentication.
This commit is contained in:
parent
7b2012f262
commit
980ba2202c
@ -134,8 +134,8 @@ SMB
|
|||||||
- authentication with NTLMv1
|
- authentication with NTLMv1
|
||||||
|
|
||||||
SMTP
|
SMTP
|
||||||
- authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9) and Kerberos 5
|
- authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9), Kerberos 5
|
||||||
(*4)
|
(*4) and External.
|
||||||
- send e-mails
|
- send e-mails
|
||||||
- mail from support
|
- mail from support
|
||||||
- mail size support
|
- mail size support
|
||||||
@ -150,8 +150,8 @@ SMTPS (*1)
|
|||||||
|
|
||||||
POP3
|
POP3
|
||||||
- authentication: Clear Text, APOP and SASL
|
- authentication: Clear Text, APOP and SASL
|
||||||
- SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9) and
|
- SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9),
|
||||||
Kerberos 5 (*4)
|
Kerberos 5 (*4) and External.
|
||||||
- list e-mails
|
- list e-mails
|
||||||
- retrieve e-mails
|
- retrieve e-mails
|
||||||
- enhanced command support for: CAPA, DELE, TOP, STAT, UIDL and NOOP via
|
- enhanced command support for: CAPA, DELE, TOP, STAT, UIDL and NOOP via
|
||||||
@ -165,8 +165,8 @@ POP3S (*1)
|
|||||||
|
|
||||||
IMAP
|
IMAP
|
||||||
- authentication: Clear Text and SASL
|
- authentication: Clear Text and SASL
|
||||||
- SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9) and
|
- SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9),
|
||||||
Kerberos 5 (*4)
|
Kerberos 5 (*4) and External.
|
||||||
- list the folders of a mailbox
|
- list the folders of a mailbox
|
||||||
- select a mailbox with support for verifying the UIDVALIDITY
|
- select a mailbox with support for verifying the UIDVALIDITY
|
||||||
- fetch e-mails with support for specifying the UID and SECTION
|
- fetch e-mails with support for specifying the UID and SECTION
|
||||||
|
@ -494,7 +494,7 @@ Currently the SMB authentication uses NTLMv1.
|
|||||||
|
|
||||||
15.1 Other authentication mechanisms
|
15.1 Other authentication mechanisms
|
||||||
|
|
||||||
Add support for other authentication mechanisms such as EXTERNAL, OLP,
|
Add support for other authentication mechanisms such as OLP,
|
||||||
GSS-SPNEGO and others.
|
GSS-SPNEGO and others.
|
||||||
|
|
||||||
15.2 Add QOP support to GSSAPI authentication
|
15.2 Add QOP support to GSSAPI authentication
|
||||||
|
Loading…
Reference in New Issue
Block a user