Auth

From PEAR Wiki

Jump to: navigation, search

Contents

[edit] Auth

This page is to document the requirements and blockers to a PEAR2::Auth package.

[edit] About

The original Auth package in PEAR is a package for creating authentication systems.

It provides several containers to do authentication with, including:

  • All databases supported by the PEAR database layer
  • All databases supported by the MDB database layer
  • All databases supported by the MDB2 database layer
  • Plaintext files
  • LDAP servers
  • POP3 servers
  • IMAP servers
  • vpopmail accounts
  • RADIUS
  • SAMBA password files
  • SOAP (Using either PEAR SOAP package or PHP5 SOAP extension)
  • PEAR website
  • Kerberos V servers
  • SAP servers

[edit] New work

This is described in detail at Auth2 Design.


[edit] Blockers

[edit] Coding Standards

As yet, PEAR2 Coding Standards are not yet complete.

[edit] Proposal process

The PEAR2 Proprosal process is not yet documented.