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

Re: GSSAPI auth stopped working after upgrade

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Wed, 7 Dec 2011 10:18:52 +0200

Victor Sudakov wrote on Wed, Dec 07, 2011 at 15:07:54 +0700:
> Daniel Shahaf wrote:
> > > >
> > > > I have upgraded the svn client from subversion-1.6.17 to
> > > > subversion-1.7.2 on FreeBSD 7.4 and GSSAPI authentication stopped
> > > > working. svn does not even try to get a Kerberos ticket and tries to
> > >
> > > At least, how do I enable authentication debug in the svn client?
> >
> > By adding SVN_DBG() statements to subversion/libsvn_ra_svn/cyrus_auth.c
> > and recompiling?
>
> Could you please be more specific? SVN_DBG() what exactly?

I don't know what exactly; I was simply telling you where in the source
tree lives the client-side authentication logic for clients linked
against the SASL library. (svn_ra_svn__do_cyrus_auth() is the entry
point.)

SVN_DBG() is a debug macro that basically wraps printf().
Received on 2011-12-07 09:20:37 CET

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

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