mod_auth_sspi
Description
mod_auth_sspi - Apache 2.x SSPI authentication module which let Apache 2.x users authenticate against Win32 domains.
mod_auth_sspi Web SiteUser Ratings
User Reviews
-
my svn instalation depends on this module ... thanx
-
excellent application.
-
Simple. Useful. Light.
-
Beautiful work! It works simply by downloading, save into Apache's module folder, paste sample config. That's all!
-
getting damn problems with 1.0.4... someone should update this module !!!
-
Beautiful Work! I developed a SPNEGO authentication with Tomcat on codeplex. I had the same issue with the POST, IE and NTLM, but never with Kerberos. I fixed the program. To not have the issue with POST and IE with mod_auth_sspi, use only Kerberos. To do that: 1) add the parameter SSPIPackage Negotiate 2)launch Apache as a service with the account SYSTEM, or, better, Network Service. So the user can use the service principal name defined on the account of your server(HOST/<name of the server> 3)Your clients must use only the name of your server, not the address. To do that, use a Virtual Host by name. Remark: if the client (IE or Firefox) is on the same computer than apache, you will never use Kerberos.