CodeIgniter Forums
Ion Auth - Active Directory - Authentication - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Ion Auth - Active Directory - Authentication (/showthread.php?tid=69483)



Ion Auth - Active Directory - Authentication - qury - 12-01-2017

Hi

This is my first attempt to share something back to the community that i believe could be useful.

I've created a controller that uses Ion Auth and Adldap2 to authenticate against Active Directory domain controllers (or Samba 4).

I've hacked at the views so it has bootstrap 3 themes.


https://github.com/qury/ion_auth-adldap2-codeigniter


RE: Ion Auth - Active Directory - Authentication - PaulD - 12-02-2017

Thanks for sharing.

Not sure I will ever need this but it is always great to see new releases on github for CI.

Ion Auth is such a great library, I am a real fan of it.

Best wishes,

Paul.


RE: Ion Auth - Active Directory - Authentication - fangstar - 12-28-2017

Nice Thanks for sharing! Pretty much exactly what I needed.  Wanted to use Ion Auth but I need to authenticate against Active Directory.

I'll check it out.