[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Cannot load mod_auth_sspi.so

From: Brad Rhoads <bdrhoa_at_gmail.com>
Date: 2007-03-05 17:05:42 CET

Thanks for your help.

I think my problem was actually a bad binary. The one that I was able
to get to work is here:

http://www.gknw.net/development/apache/httpd-2.0/win32/modules/mod_auth_sspi-1.0.4-2.0.58.zip

And BTW - it seems that mod_auth_sspi is supposed to be listed first.

http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache

"Edit the Apache config file: add the line

LoadModule sspi_auth_module modules/mod_auth_sspi.so

to the LoadModule's section. Make sure you insert this line before the line

LoadModule auth_module modules/mod_auth.so
"

On 3/2/07, Kyle Kline <kyle.kline@gmail.com> wrote:
> Try loading mod_auth.so first (swap the lines)
>
> On 3/2/07, Brad Rhoads <bdrhoa@gmail.com> wrote:
> > I'm trying to get Apache to use mod_auth_sspi.so and I'm getting this error:
> >
> > Syntax error on line 138 of C:/Program Files/Apache
> > Group/Apache2/conf/httpd.conf:
> > Cannot load C:/Program Files/Apache
> > Group/Apache2/modules/mod_auth_sspi.so into server: The specified
> > module could not be found.
> >
> > But it's definitly there:
> >
> > Directory of C:\Program Files\Apache Group\Apache2\modules
> >
> > 05/17/2006 08:20 PM 28,672 mod_auth_sspi.so
> >
> >
> > My httpd.conf has
> >
> > ...
> >
> > # LoadModule foo_module modules/mod_foo.so
> > #
> > LoadModule access_module modules/mod_access.so
> > LoadModule actions_module modules/mod_actions.so
> > LoadModule alias_module modules/mod_alias.so
> > LoadModule asis_module modules/mod_asis.so
> > LoadModule sspi_auth_module modules/mod_auth_sspi.so
> > LoadModule auth_module modules/mod_auth.so
> > ...
> >
> > <Location /svn>
> > DAV svn
> > SVNListParentPath on
> > SVNParentPath E:\svn
> > SVNAutoversioning on
> > ModMimeUsePathInfo on
> >
> > AuthName "SVN Server"
> > AuthType SSPI
> > SSPIAuth On
> > SSPIAuthoritative On
> > SSPIDomain MYDOMAIN
> > Require valid-user
> > #AuthzSVNAccessFile "d:/svndav/svnaccess.conf"
> > </Location>
> >
> > Any help would be appreciated.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 5 17:06:22 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.