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

[TSVN] Authentication With A Windows Domain

From: Karen Muller <karen_at_vvconsult.co.za>
Date: 2004-11-30 13:23:28 CET

Hi
 
I am still trying to set up my Apache server. I'm working
through the help file.
 
I have downloaded and copy mod_auth_sspi.so.
 
Add the line
 
LoadModule sspi_auth_module modules/mod_auth_sspi.so
 
above
 
LoadModule auth_module modules/mod_auth.so
 
Changed
 
AuthType Basic
 
to
 
AuthType SSPI
 
Now I must add :
 
SSPIAuth On
SSPIAuthoritative On
SSPIDomain VVHOLDINGS
SSPIOfferBasic On
 
Where must I add this. Ok, in the config file, but where
in the config file, because if I add it at the bottom I
get the following error when I try to restart Apache :
 
SSPIAuth not allowed here
 
I am not sure what I'm doing wrong. I am working on
Windows XP.
 
If I point my browser to https://servername/svn/project ...
 
I have to enter a username and password. And when I enter
my windows username and password it does not work.
 
I then get the following error :
 
This server could not verify that you are authorized to
access the document requested. Either you supplied the
wrong credentials (e.g., bad password), or your browser
doesn't understand how to supply the credentials required
 
I guess my two problems are related .... ???
 
Thanks
Karen
 

 

 

 
Received on Tue Nov 30 13:30:40 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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