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

Tortoise SVN not getting Kerberos credentials

From: Miah Wadud Dr (ITCS) <W.Miah_at_uea.ac.uk>
Date: Tue, 26 Jul 2011 16:52:25 +0100

Hello Subversion users,

I have TortoiseSVN version 1.6.16 which is not getting the Kerberos credentials from Windows Active Directory Kerberos. In the TortoiseSVN directory, I can see it is built using the NTLM libraries (saslNTLM.dll), so it should be able to fetch my Kerberos credentials from my Windows desktop. My configuration includes:

Server: Apache/2.2.3 on RedHat Linux 5.5 with Subversion 1.6.11-7.el5_6.4
Client: Tortoise SVN 1.6.16 on Windows 7 with Windows Active Directory Kerberos

Server http config:

<Location /svn/rcs>
  DAV svn
  SVNPath /data/svn/rcs
  SSLRequireSSL

  AuthType VAS
  AuthVasAuthz On
  AuthVasRemoteUserMap default
  AuthVasUseBasic Off
  AuthVasUseNegotiate On

  Require user user1_at_UEA.AC.UK user2_at_UEA.AC.UK user3_at_UEA.AC.UK user4_at_UEA.AC.UK
</Location>

When I try to view a repository on the client, it says:

PROPFIND of /svn/rcs: authorization failed: Could not authenticate to server

However, I can view the repository on a web browser with no issues at all. Any help will be greatly appreciated as I am completely stuck on this problem. I have searched high and low on Google but no luck yet :-(

Thanks in advance.

----------
Wadud Miah, High Performance Computing Systems Developer
Research Computing Services, University of East Anglia
Web: http://www.uea.ac.uk/~xca10fju/
Telephone: 01603 593856

Information Services
----------

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2803721

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-07-26 18:25:33 CEST

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.