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

Re: Obscure error report on connect to svn repository

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sat, 24 Jan 2009 09:04:27 +0100

Simon Large wrote:
> Hi folks,
>
> If you try to access a repository using svn:// and you enter the wrong
> password or an invalid username (even a single space as username), you
> just get prompted again. If you leave the username completely blank
> you get a strange error message in repo browser:
>
> "SASL(-1): generic failure: Unable to find a callback: 2"
>
> As an empty username can never be valid (can it?) should the OK button
> be disabled while there is nothing in the username box?

An empty username can be valid (highly unlikely, but possible).

The error you get is due to the fact that SASL can't find the correct
plugin for authenticating. Which means your server is set up to use a
SASL auth mechanism TSVN does not support.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=1046226
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-01-24 09:04:36 CET

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

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