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

Re: Problems with apache + kerberos +svn, getting 401 unauthorzied

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 24 Dec 2015 08:51:18 +0100

On 16.12.2015 21:18, ken edward wrote:
> Hello,
>
> I have configured apache with mod_auth_kerb and mod_dav_svn/mod_authz_svn.
>
> Subversion 1.8.14
> Apache 2.4.17
> mod_auth_kerb-5.4
>
> Kerberos+Apache+SVN works fine if I use browser, I can read the repo
> tree fully. I see my username authenticated.
>
> HOWEVER, when I try to use the TSV repo browser, it will pull up the
> initial list of repository contents using kerberos authentication (http
> 200), but if try to descend into the repository, it says unauthorized
> 401. Any Ideas????

there's a distinction between authorization and authentication.

First comes the authentication: you have to prove who you are.
Then comes the authorization: you get granted access or not.

Since the error is about authorization, the authentication already
worked (the server knows who you are), but *you* don't have access to
that part of the repository or the repository itself.

You have to set up the <svn> section so that your user has access.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3151884
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-12-24 08:51:26 CET

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.