This package provides a single interface for implementing multiple standard authentication mechanisms commonly used by Internet protocols such as SMTP, POP3, IMAP, HTTP, etc..
Currently it implements following mechanisms:
- PLAIN
- LOGIN
- CRAM-MD5
- NTLM (used by Windows or Linux/Unix with Samba)
- Basic (used in HTTP Basic authentication)
- Digest (used in HTTP Digest authentication)
See the "Packages that need this class" for examples of usage.
| Class |
Dependency |
Why it is needed |
| PHP HTTP protocol client |
Conditional |
When the HTTP server requires authentication, the SASL package provides support for implementing authentication mechanisms like: Basic, Digest, PLAIN, LOGIN, CRAM-MD5, NTLM (Windows or Linux/Unix with Samba). |
| PHP Print IPP |
Conditional |
Authentication for above http backend |
| POP3 e-mail client |
Conditional |
When the POP3 server requires authentication the SASL package provides support for implementing authentication mechanisms like: PLAIN, LOGIN, CRAM-MD5, NTLM (Windows or Linux/Unix with Samba). |
| pop3ml |
Required |
for standard pop3 authentication |
| SMTP E-mail sending class |
Conditional |
When the SMTP server requires authentication the SASL package provides support for implementing authentication mechanisms like: PLAIN, LOGIN, CRAM-MD5, NTLM (Windows or Linux/Unix with Samba). |
| Link |
Description |
| Alternative to CURL in Moriarty |
I just checked in a small update to moriarty that might solve a problem some people have experienced using curl... |
No application links were specified for this class.
 If you know an application of this package, send a message to the author to add a link here.
|
|