I'm creating an app for work (a public school district), and I want to authenticate users against our existing Active Directory so the users don't have to learn a new username/password. I also want to be able to use this code in other apps. I'm planning to use adLDAP to talk to Active Directory.
Since I want to reuse this code for other apps, what is the best approach? Should I make it a plugin? Should I build a model, view, and controller, and just copy it into each new project? Should I use adLDAP as a vendor, or should I try to rewrite it as a component? Is 42 really the answer to everything, and if so, how does that help me with user authentication? (Sorry, too little sleep makes me goofy . . .) Thanks in advance for any advice. hydra12 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
