Home » Authentication » Auth_HTTP » Bug #2239
Ability to attach fall through containers
Details
| Request #2239 | Ability to attach fall through containers |
|---|---|
| Submitted | 2004-08-27 16:41 UTC |
| From | brandon at osuosl dot org |
| Status | Bogus |
| Package | Auth_HTTP |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| 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?