On Wednesday 29 June 2005 12:26, Didier Trosset wrote:
> Hi,
>
> I'm having troubles to setup my repository access. I setup my server
> using apache2, and configured acces through http://
>
> Kereros Authentification seems to work fine, but Authorization don't.
>
>
> Using the following authz file:
> [svn-www:/]
> * = rw
>
> I can commit whatever I want. Furthermore, browsing the repository show
> the changes as commited by author dtrosset@ACQIRIS.CH which seems to
> prove that authentication works.
>
> If I change the authz file to (or same with added @ACQIRIS.CH):
> [svn-www]
> dtrosset = rw
>
> Then I am refused to commit anything. It replies me with:
> "401 Authorization Required (http://svnsrv.acqiris.ch)"
>
> What am I doing wrong?
I've found that with kerberos authentication the @ACQIRIS.CH is considered
part of the username. Also, in the second version of your authz file,
your missing the :/ (I can't remember if that really matters or not off
hand, but I always put it there).
-John
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 30 07:46:27 2005