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().