Well, there is no system called "Chain" that you authenticate against, like
LDAP, OpenID, or a database table.  Just because it is a class that uses
those adapters doesn't mean it is an adapter.  It's a meta-adapter.  The
fact that it implements the interface is incidental.
-Matt

On Tue, Nov 11, 2008 at 11:38 AM, Jan Pieper <[EMAIL PROTECTED]> wrote:

> Like Zend_Auth_Chain?  That would be useful.  Users add adapters, then call
>> authenticate().
>>
>
> Why you want to call it Zend_Auth_Chain and not Zend_Auth_Adapter_Chain? It
> is nothing else than DbTable, Ldap etc. The only difference is that Chain
> contains a chain of multiple auth adapters.
>
> -- Jan
>

Reply via email to