Reputation: 151
I'm running PHP on a Windows server (xammp install), not on IIS.
Is there any sort of mod that can be installed for Apache that will allow me to grab the users Active Directory username?
Upvotes: 5
Views: 363
Reputation: 14752
You can use Apache's mod_auth_sspi.
It does not, however work out of the box in all browsers.
Upvotes: 3
Reputation: 3178
You might want to look into mod_authnz_ldap
http://httpd.apache.org/docs/2.3/mod/mod_authnz_ldap.html
Upvotes: 0