PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » Auth_HTTP » Bug #2239

Ability to attach fall through containers

Details

Request #2239Ability to attach fall through containers
Submitted2004-08-27 16:41 UTC
Frombrandon at osuosl dot org
StatusBogus
PackageAuth_HTTP
PHP VersionIrrelevant
OSIrrelevant
Roadmaps(Not assigned)

Comments

[2004-08-27 16:41 UTC] brandon at osuosl dot org

Description:
------------
The ability to add a few different containers for fall trough would be great. For example try LDAP, then MySQL, then RADIUS.

This could be done using a simple method like addContainer().

I would be willing to submit a patch to do this if you guys are interested in adding the feature.

[2004-08-27 17:42 UTC] brandon at osuosl dot org

What I mean is the ability to check more than one data source. So if I have users in LDAP and MySQL it would check both. It would first check LDAP, and if the user doesn't exist there then it will check MySQL and if he didn't work there it would fail, but not before checking all data sources. Does that make sense?