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

Authentication - Apache / Kerberos

From: Bob O'Connor <reo2_at_psu.edu>
Date: 2006-02-03 04:13:00 CET

Configuring Apache to use basic auth works. When the server is
switched to use Kerberos the TortoiseSVN client no longer authenticates.

A browser authenticates properly.

Does anyone have any experience with this configuration or this problem?

 From httpd.conf

<Location /svn>
    DAV svn
SVNPath /usr/local/svn
AuthType Basic
AuthName "Basic Auth on SVN"
AuthUserFile /usr/local/httpd-2.0.55/passwd/passwords
Require valid-user
</Location>
this configuration returns REMOTE_USER = userid@dce.psu.edu

<Location /svn>
     DAV svn
SVNPath /usr/local/svn
AuthType Kerberos
AuthName "Kerberos"
KrbVerifyKDC off
KrbSaveCredentials off
Require valid-user
</Location>
this configuration returns REMOTE_USER = userid

Thanks,

Bob O'Connor
reo2@psu.edu

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Feb 3 09:48:07 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.