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

Authorization problem

From: Maurice Sibrandi <maurice_at_codeglue.com>
Date: 2006-07-27 13:53:44 CEST

Hi,

I've got SVN running on my Windows 2003 server using svnserve and set all the
access to none except for authentication users, who have read/write acces. Now
for the strange thing. When access the repository from within our netwerk I
can update and commit without problems after I entered my correct name and
password, but when I access the repository from the outside (like from home) I
can update fine but when I try to commit I get an Authorization Failed message.

Because I have multiple repository I have made a single passwd file and per
repository I have svnserve.conf who looks like this:
anon-access = none
auth-access = write
password-db = ../../passwd
authz-db = authz
realm = My Realm

authz looks like this:
[groups]
administrators = maurice@codeglue.com
users = maurice@codeglue.com, peter@codeglue.com

[projectname:/]
@users = rw
@administrators = rw

Any idea what might be wrong?

Kind regards,
Maurice Sibrandi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Jul 27 14:00:11 2006

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

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