Login   Register  
PHP Classes

Class: Simple Authentication and Security Layer

Icontem
elePHPant

  Classes of Manuel Lemos  >  Simple Authentication and Security Layer  >  Download  >  Support forum Support forum (14)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Simple Authentication and Security Layer Support forum
Base name: sasl
Description: Single API for standard authentication mechanisms
Version: -
Required PHP version: -
License: BSD License
 
  Author   Group folder image Groups   Detailed description   Freshmeat project  
  Dependents   Trackback   Applications   Files Files  

Author

Picture of Manuel Lemos
Name: Manuel Lemos <e-mail contact>
Published packages: 30 Browse this author's classes Browse this author's classes
Country: Portugal Portugal - PHP jobs in Portugal
Home page: http://www.ManuelLemos.net/

Groups

Group folder image Networking Networking protocols, clients and servers View top rated classes
Group folder image Cryptography Encrypting, decrypting and hashing data View top rated classes
Group folder image User Management User records, authentication and session handling View top rated classes

Detailed description

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.

Freshmeat project

Project record: phpsasl

Packages that need this class

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).

Trackback links

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...

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file sasl.php Class Main SASL authentication client class
Plain text file basic_sasl_client.php Class Basic SASL authentication mechanism client class used by HTTP basic authentication
Plain text file cram_md5_sasl_client.php Class CRAM-MD5 SASL authentication mechanism client class
Plain text file digest_sasl_client.php Class Digest mechanism SASL client class
Files folder image documentation
  HTML file sasl_class.html Doc. SASL client API documentation
Plain text file LICENSE Lic. BSD License
Plain text file login_sasl_client.php Class LOGIN SASL authentication client class
Plain text file ntlm_sasl_client.php Class NTLM (Windows or Samba) SASL authentication mechanism client class based on a contribution made by Gerardo Rojas
Plain text file plain_sasl_client.php Class PLAIN SASL authentication mechanism client class
Download all files: sasl.tar.gz sasl.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.