I have code that authenticates against Active Directory using LDAP and boilerplate PHP code. However, I'm left wondering is there a more standard way to do this from within the CodeIgniter? Is there some plugin out ther开发者_如何学编程e that makes this easier? So far, Google has failed me.
This might be of interest but was removed for licencing issues:
http://codeigniter.com/forums/viewthread/97004/
Here is an LDAP CI Library
http://github.com/dhorrigan/codeigniter-adldap
精彩评论