Hello everyone, I'm trying to build authentication with following setup:
When user tries to login with user/pass combination I need to check against LDAP, if that user/pass is there, he's logged in. If not, then I need to check against local MySQL database, and log him in if that user/pass is there. I can't write to LDAP, so I need read-only functionality and the simplest way to pair that with mysql querying. Any advice with help me tremendously. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
