Author |
|
black_harry
Joined: 22 Feb 2010 Posts: 15 Location: Germany, Stuttgart
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 23 Feb '10 16:22 Post subject: |
|
|
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
|
Posted: Tue 23 Feb '10 18:10 Post subject: mod_auth_sspi |
|
|
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
|
Posted: Tue 23 Feb '10 18:14 Post subject: |
|
|
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
|
Posted: Tue 23 Feb '10 22:55 Post subject: |
|
|
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
|
|
Back to top |
|
tamachi
Joined: 20 Jan 2010 Posts: 2 Location: Tokyo
|
Posted: Sat 27 Feb '10 11:02 Post subject: Re: mod_auth_sspi |
|
|
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
|
Posted: Mon 01 Mar '10 12:09 Post subject: mod_auth_sspi x64 |
|
|
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.
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 |
|