Actually, wouldn't it be: [/svntest]? Besides that, why not just set
permissions for the root ([/]), especially if there's only one
repository?
I went thru this process and had to pull together a number of resources
to get it all right. Here's the result of my efforts...
http://geekswithblogs.net/flanakin/archive/2005/08/31/51743.aspx
Michael
________________________________
From: Kyle Kline [mailto:kyle.kline@gmail.com]
Sent: Wednesday, December 07, 2005 1:34 PM
To: Deepak Balasubramaniam
Cc: users@subversion.tigris.org
Subject: Re: Windows domain authentication error
if the name of your repo is truly svntest, then the perm entry should
look like this:
[svntest:/]
Deepak.B = rw
On 12/7/05, Deepak Balasubramaniam <deepakbalasubramaniam@gmail.com>
wrote:
Hi All,
We are currently in the process of migrating our Version
management from VSS to SVN. I was trying to setup the windows domain
authentication for SVN and followed all the steps mentioned at
http://www.subversionary.org/sspidomainauth. But when i try to access
the repository i get an Authenticantion denied error. I have given the
info from apache error.log below. We have installed apache 2.0.55 and
SVN 1.2.3 .
The entry i have in apache conf file is:
<Location "/test">
dav svn
SVNPath "d:/svntest"
# our user authentication policy
AuthName "SVN Server"
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain nazcasolutions
SSPIOfferBasic on #let non-IE clients authenticate
#SSPIOmitDomain On # keep domain name in userid string
# passed down to mod_authz_svn
Require valid-user # A Require directive may? prevent userid
# strings from being passed down to
mod_authz_svn
# our access control policy enforced by mod_authz_svn
AuthzSVNAccessFile "d:/svndav/svnaccess.conf"
</Location>
The entry i have in svnaccess.conf file is:
[test]
Deepak.B = rw
The error i get in error.log is:
[Wed Dec 07 12:31:12 2005] [notice] Apache/2.0.55 (Win32)
SVN/1.2.3 DAV/2 mod_auth_sspi/1.0.3 configured -- resuming normal
operations
[Wed Dec 07 12:31:12 2005] [notice] Server built: Oct 9 2005
19:16:56
[Wed Dec 07 12:31:12 2005] [notice] Parent: Created child
process 3732
[Wed Dec 07 12:31:12 2005] [notice] Child 3732: Child process is
running
[Wed Dec 07 12:31:13 2005] [notice] Child 448: Released the
start mutex
[Wed Dec 07 12:31:13 2005] [notice] Child 3732: Acquired the
start mutex.
[Wed Dec 07 12:31:13 2005] [notice] Child 3732: Starting 250
worker threads.
[Wed Dec 07 12:31:14 2005] [notice] Child 448: Waiting for 250
worker threads to exit.
[Wed Dec 07 12:31:14 2005] [notice] Child 448: All worker
threads have exited.
[Wed Dec 07 12:31:14 2005] [notice] Child 448: Child process is
exiting
[Wed Dec 07 12:48:05 2005] [error] [client 10.1.1.102] Access
denied: 'nazcasolutions\\Deepak.B' PROPFIND test:/trunk
I also tried using different combinations of lower and upper
cases for username and domain. But none of them worked.
Can someone please help me with a resolution?
Thanks and Regards,
Deepak
--
Deepak Balasubramaniam
408-571-9196
____________________________________________________________
"Experience is the name everyone gives to their mistakes."
--Oscar Wilde
____________________________________________________________
Received on Wed Dec 7 20:59:12 2005