![]() |
Auth_AD - simple Active Directory authentication - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Auth_AD - simple Active Directory authentication (/showthread.php?tid=57655) |
Auth_AD - simple Active Directory authentication - El Forum - 03-31-2013 [eluser]Unknown[/eluser] I've built a simple little library that handles AD authentication, Auth_AD. It also allows you to check if the user is a member of a specific group. It is based on Auth_Ldap by Greg Wojtak but cleaned up and geared specifically for use with Active Directory. I hope you may find this useful, any and all comments etc. are welcome via here or Github. Auth_AD on Github: https://github.com/kathmann/Auth_AD Current version: 0.4 (01-04-2013) Cheers, Mark. |