mod_auth_sspi

Started by kmradke, December 18, 2010, 03:39:04 PM

Previous topic - Next topic

kmradke

Anyone built a vc9 compiled version of mod_auth_sspi for the apachehaus version?

http://sourceforge.net/projects/mod-auth-sspi/

Gregg

#1
No guarantees ... feel free to give it a try. Let me know if it works.

url removed see below


mario

The x64 variant won't be so easy, but I think you are clever enough to update the Makefile.

kmradke

#3
Quote from: Gregg on December 19, 2010, 11:30:41 PM
No guarantees ... feel free to give it a try. Let me know if it works.

url removed see below

Both appear to work just as well as the vc6 built versions I was using before.  Might want to think about moving the .so file to the modules directory instead of the bin directory.

Thanks for building these!


Edit by Gregg

Gregg

Thanks for reporting back!
I will do that for the release packages.

Gregg

kmradke,

Could I ask a favor, could you post a sanitized working config for me that I could include in the read me files?
Or does the included one work fine that were in the zips above?

mario

For me the sample config works (without AD).

kmradke

Quote from: Gregg on December 22, 2010, 09:45:07 AM
kmradke,

Could I ask a favor, could you post a sanitized working config for me that I could include in the read me files?
Or does the included one work fine that were in the zips above?

Shipping the sample config should be fine.  Mine differs only by the parts I would need to sanitize.

misterdai

Any chance of an updated build?  I've found a 1.0.5b build that contains a fix for the IE post problem, but I need a 64bit version of it. :)

http://dev.nosq.com/downloads/mod_auth_sspi/

Thanks

mario

Which source to take? There are no tags in SVN https://mod-auth-sspi.svn.sourceforge.net/svnroot/mod-auth-sspi
From the svn log I tried the newest files in the repo cause trunk wasn't up to date.

https://mod-auth-sspi.svn.sourceforge.net/svnroot/mod-auth-sspi/branches/ennio/

But that one does not compile.

the orig make.bat
http://pastebin.com/HnFNNGe7


See my compile tries
http://pastebin.com/f4byYT9M


Maybe Gregg has a clue how to compile it cause he made it last time.

result
http://pastebin.com/fKYs1V83

Gregg

#10
I have them compiled (ennio branch), have had them for over a month.
I've been waiting word from one of the developers about something before putting these out, but have not received anything concrete back.

Anyhow, built, they load, they seem to work, but I do not guarantee them at all.

https://www.apachehaus.net/modules
https://www.apachehaus.net/modules


FILENAME                             SHA1 CHECKSUM
=============================================================================

mod_auth_sspi-1.0.5-beta-x86.zip     3e066d5c8f434ed148f377bcb8a66da01da52624
mod_auth_sspi-1.0.5-beta-x64.zip     451153d258806936b92c1169ddabd3f50098366c



Edit: Update URL

mario

Quote from: Gregg on September 27, 2011, 04:32:24 AM
Anyhow, built, they load, they seem to work, but I do not guarantee them at all.

Works fine for me. I've tested on my local Laptop with Win7 Home Premium and against Domain Controller on Win7 Ultimate.

Sample config

<IfModule !mod_auth_sspi.c>
   LoadModule sspi_auth_module modules/mod_auth_sspi.so
</IfModule>
<IfModule mod_auth_sspi.c>
   <Location /protected/>
       AuthName "A Protected Place"
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIOfferBasic On
SSPIBasicPreferred On
require valid-user
   </Location>
</IfModule>


Would be great to have these on the download page.
Did you try to compile against 2.4?

Gregg

Yes I have and it's a no go. There is no longer a required function the module uses in the new Apache.  The auth system is very different in 2.4 from the previous versions. I pointed it out to Guenter, hope he has mentioned it to ennio (I think his name is) since they're the caretakers of the source.

No one seems interested really in maintaining it, which is one of two reasons why I've never put it on our download page. If someone wants it, they can grab it from the links above. I do get a few downloads a day from this thread or the one at AL.