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