To begin, I've been searching the internet for about an hour trying to find out how to do this with no success - therefore I'm writing this question.
I have an intranet site that requires to access the users Windows Username (not the server running Apache, but a user accessing the intranet site).
I have installed adLDAP and have it working where a user can log in by that, to check the group that the user is in. But, to have my site more secure I'd rather it access the Windows username.
I've saw that there's an apache module called mod_auth_sspi but I could not find how to install it or even implement (use) it in my code.
I am using Apache v2.4, PHP 5.6.8 on Windows Server 2008.