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

Apache+Kerberos+SVN works with IE repo browser, but not Chrome or TSVN ???

From: ken edward <kedward777_at_gmail.com>
Date: Fri, 18 Dec 2015 11:32:21 -0500

Hello,

Please help...

I am able to use IE 11 to browse by apache+SVN+kerberos repo. Kerberos
works fine. No login required. However when I try to use Chrome or TSVN to
browse the repo, I can only get the content of the root repo (
https://myserver.com/cm_repo1). If I try to drill down into the projects of
the repo (https://myserver.com/cm_repo1/testproj), it returns authorization
denied. See apache log below.

I installed
Subversion 1.8.14
Apache 2.4.17
mod_auth_kerb-5.4

  <Location /cm_repo1>
       DAV svn
       SVNPath /data/cm_repo1
       AuthzSVNAccessFile
/usr/local/scm/apache2.4.17kerb/conf/accessControl.conf
        AuthName "Kerberos Auth"
        AuthType Kerberos
        KrbMethodNegotiate On
        KrbVerifyKDC On
        KrbMethodK5Passwd On
        KrbAuthRealms CAMPUS.COM
        Krb5KeyTab /usr/local/scm/apache2.4.17kerb/conf/jirasso4.keytab
        KrbServiceName HTTP/itest.campus.com_at_CAMPUS.COM
        KrbLocalUserMapping On

133.16.84.222 - sandym [16/Dec/2015:15:13:21 -0500] "OPTIONS /cm_repo1HTTP/1.1"
200 188
133.16.84.222 - sandym [16/Dec/2015:15:13:21 -0500]
"PROPFIND/cm_repo1/!svn/rvr/2245
HTTP/1.1" 207 326
133.16.84.222 - sandym [16/Dec/2015:15:13:21 -0500]
"PROPFIND/cm_repo1/!svn/rvr/2245
HTTP/1.1" 207 1281
133.16.84.222 - - [16/Dec/2015:15:13:21 -0500]
"OPTIONS/cm_repo1/visitor_PRODUCTION
HTTP/1.1" 401 381
133.16.84.222 - - [16/Dec/2015:15:13:21 -0500] "OPTIONS/cm_repo1/cdb_PRODUCTION
HTTP/1.1" 401 381
133.16.84.222 - - [16/Dec/2015:15:13:21 -0500] "OPTIONS /cm_repo1/cdbHTTP/1.1"
401 381
133.16.84.222 - - [16/Dec/2015:15:13:21 -0500] "OPTIONS
/cm_repo1/shibssoHTTP/1.1"
401 381
133.16.84.222 - - [16/Dec/2015:15:13:21 -0500] "OPTIONS
/cm_repo1/cdb_TESTHTTP/1.1"
401 381
133.16.84.222 - - [16/Dec/2015:15:13:21 -0500] "OPTIONS
/cm_repo1/testprojHTTP/1.1"
401 38
Received on 2015-12-18 17:32:44 CET

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

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