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

Re: [TSVN] Still trying to set everything up ....

From: SteveKing <stefankueng_at_gmail.com>
Date: 2004-12-02 12:43:11 CET

On Thu, 2 Dec 2004 11:34:21 +0200, Karen Muller <karen@vvconsult.co.za> wrote:

> Still trying to set everything up ……….
>
> This is what I added to the bottom of my httpd.conf file :
[snip]
> AuthUserFile c:\svn\passwd\passwd

You don't need that if you're authenticating with SSPI.

> I created a username and password in c:\svn\passwd\passwd

That's ok. But are you authenticating against the passwd file or with SSPI?
If you want both (i.e. if SSPI fails fall back to the passwd file)
then you need to add another SSPI directive (don't remember it right
now).

[snip]
> https://karen/svn/grms/Error * PROPFIND request failed on '/svn/grms'
> PROPFIND of '/svn/grms': could not connect to server (https://karen)
>
> If I type https://karen/svn/grms in at my Internet Explorer. It asks me for
> a username and password. If I then type in the username and password that I
> created in the c:\svn\passwd\passwd file. I then get the following error.
>
> Authorization Required
>
> 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.

That's expected. Apache tries to authenticate your username and
password against your windows domain, but I guess they're not the same
as the ones you chose in your passwd file. So the authentication
fails.

> What now ?????

Take a look at the apache error log file (located inApache
Group\Apache2\logs) and tell us what's in there (only the relevant
parts).

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Dec 2 12:43:45 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.