3

I have a server running Windows 2000 / Apache 2.0 and PHP 5. I need a server that recognizes the user's login client PC that is in the same domain. All the tutorials I find are with IIS or Apache on Linux. I hope someone knows how I can do this type of authentication.

Thank you.

andres descalzo
  • 209
  • 2
  • 4
  • 11

1 Answers1

2

This project should do what you want, although it is unmaintained: http://mod-auth-sspi.sourceforge.net/docu/mod_auth_sspi/ http://sourceforge.net/projects/mod-auth-sspi/

Christian
  • 1,052
  • 5
  • 16
  • 24