Download List

Projeto Descrição

PHP-Authentication works like the Tomcat
authentication. You give the source to
authenticate against (DB, file, XML-RPC, etc.) and
the directories that shall be protected, and the
class handles the rest. No including of any call
to a class method on every page is necessary. You
can also use it as if it were a standard
Auth-class, using a call to "isLoggedIn" on every
page that shall be protected.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-03-11 11:49
1.3.3

Opcional log usando a opção 'logFile' foi adicionado. A manipulação de sessões foi limpo, e globais não são mais usados. Problemas com Windows foram corrigidos, eo método isUrlProtected foi otimizado para trabalhar melhor com o Windows.
Tags: Minor feature enhancements
Optional logging using the 'logFile' option was added. Session handling was cleaned up, and globals are no longer used. Issues with Windows were fixed, and the isUrlProtected method was optimized to work better under Windows.

2003-02-15 06:11
1.3.2

Uma nova opção ignoreForHash 'foi adicionado, e as advertências E_ALL muitos foram corrigidos.
Tags: Minor feature enhancements
A new 'ignoreForHash' option was added, and many E_ALL warnings were fixed.

2002-09-17 14:56
1.3

Esta versão inclui um módulo de autenticação LDAP estável.
Tags: Minor feature enhancements
This release includes a stable LDAP authentication module.

2002-08-21 14:49
1.2

O pacote pode ser instalado usando o instalador pear. Foi adicionado suporte para LDAP, NIS, IMAP e POP3. O método setData agora também tem uma matriz de dados para adicionar mais de uma vez. Algumas pequenas correções e mudanças foram feitas.
Tags: Minor feature enhancements
The package can now be installed using the pear installer. Support was added for LDAP, NIS, IMAP, and POP3. The setData method now also takes an array for adding more data at once. Some minor fixes and changes were made.

2002-05-24 23:42
1.1.1

Esta versão funciona corretamente em PHP 4.1 ou posterior. Existem algumas correções. Upadting é recomendado, especialmente se você usar o recipiente de memória. Este lançamento irá salvar os dados GET para uma URL solicitada, o que torna a integração dos poderes públicos em um aplicativo existente ainda mais fácil.
Tags: Major bugfixes
This release works properly on PHP 4.1 and later. There are some bugfixes. Upadting is recommended, especially if you use the memory container. This release will save GET data for a requested URL, which makes integration of Auth in an existing application even easier.

Project Resources