Symfony2: automatically logging in users from their Windows session
- by Paul Maclean
In Symfony2 I have built an intranet. It currently uses the FOSUserBundle and an LDAP bundle to log users in, and I would like to add the functionality to log in user from their session in Windows.
I found an NTLM script for PHP and an updated version of it, but I haven't been able to incorporate them into Symfony2.
I also found an NTLM bundle…