logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: mod_auth_sspi
Author
black_harry



Joined: 22 Feb 2010
Posts: 15
Location: Germany, Stuttgart

PostPosted: Tue 23 Feb '10 11:14    Post subject: mod_auth_sspi Reply with quote

I'm looking for a compiled version of mod_auth_sspi x64 from http://sourceforge.net/projects/mod-auth-sspi/

Has anyone yet succeeded in compiling the module with VC2005 so that it works with the Apache64 from http://www.blackdot.be/?inc=apache/binaries ?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Tue 23 Feb '10 16:22    Post subject: Reply with quote

I guess you have to ask Jorge (owner from blackdot) to compile it in 64 bit. I think the 32bit won't load in 64 bit apache.
Back to top
black_harry



Joined: 22 Feb 2010
Posts: 15
Location: Germany, Stuttgart

PostPosted: Tue 23 Feb '10 18:10    Post subject: mod_auth_sspi Reply with quote

Well, I tried to contact him on blackdot.be - but the contact formular returned my email with the info that my sender domain is not allowed.
I hope Jorge reads this topic here...
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 23 Feb '10 18:14    Post subject: Reply with quote

Curious ... Guenter have x64 capability? He includes a win32 binary in the package linked to in the initial post of black_harry's.
Back to top
Jorge



Joined: 12 Mar 2006
Posts: 376
Location: Belgium

PostPosted: Tue 23 Feb '10 22:55    Post subject: Reply with quote

I'll try and look at it this weekend.
I shouldn't have too much work for uni and I'll have access to my dev machine.
Back to top
wm003



Joined: 24 Mar 2006
Posts: 88

PostPosted: Thu 25 Feb '10 9:55    Post subject: Reply with quote

i suggest using the updated 1.05 from

http://www.nosq.com/blog/2008/06/fixing-mod_auth_sspi-and-ie-losing-post-data/

The annoying POST Bug in IE does not happen with this version anymore.
Works very well for me.
Back to top
tamachi



Joined: 20 Jan 2010
Posts: 2
Location: Tokyo

PostPosted: Sat 27 Feb '10 11:02    Post subject: Re: mod_auth_sspi Reply with quote

black_harry wrote:
I'm looking for a compiled version of mod_auth_sspi x64 from http://sourceforge.net/projects/mod-auth-sspi/

Has anyone yet succeeded in compiling the module with VC2005 so that it works with the Apache64 from http://www.blackdot.be/?inc=apache/binaries ?


Hello,everyone.
I succeeded in compiling with VC2008(sorry not VC2005 ,source code is from SourceForge).
I tested loadble with Apache2.2.14 X64 only. no warrnty.
Please use,if you like.
http://fab4.mine.nu/cgi-bin/dlrank/dlranklog.cgi?dl=AMOD02
Back to top
black_harry



Joined: 22 Feb 2010
Posts: 15
Location: Germany, Stuttgart

PostPosted: Mon 01 Mar '10 12:09    Post subject: mod_auth_sspi x64 Reply with quote

Hello everyone,
I took the module from Jorge and I did some tests.
As far as I can see, it behaves like the original 1.04.

Jorge did a great job - thank you.Very Happy

Here are some addintional informations - this is true for both 32-bit and 64-bit version:

Using sspi-version 1.04 (and a Proxy) I could get around the "post" problem by adding following line:
SSPIPerRequestAuth On

Using a Proxy + SSL + SSPI authentication, I had to disable following 3 lines in httpd-ssl.conf:
#BrowserMatch ".*MSIE.*" \
# nokeepalive ssl-unclean-shutdown \
# downgrade-1.0 force-response-1.0
Back to top


Reply to topic   Topic: mod_auth_sspi View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules