TortoiseSVN 1.6.6 SASL error

View: New views
4 Messages — Rating Filter:   Alert me  

TortoiseSVN 1.6.6 SASL error

by Ilya Zverev :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've set up svn server (using svnserve) on my CentOS system. With SASL authentication. But when I try to access it with TortoiseSVN for Windows, I get following message:

Command: Checkout from svn://zverik@..., revision HEAD, Fully recursive, Externals included  
Error: SASL(-1): generic failure: Unable to find a callback: 2  

All found discussions on the topic state that this was fixed long time ago.

TortoiseSVN 1.6.6, Build 17493 - 32 Bit , 2009/10/19 20:22:18
Subversion 1.6.6,
apr 1.3.8
apr-utils 1.3.9
neon 0.28.6
OpenSSL 0.9.8k 25 Mar 2009
zlib 1.2.3

Server configuration files:

/home/svn/svnrepo/conf/svnserve.conf:
[general]
anon-access = none
auth-access = write
realm = zverik-realm

[sasl]
use-sasl = true
min-encryption = 128
max-encryption = 256

/usr/lib/sasl2/svn.conf:
pwcheck_method: auxprop
auxprop_plugin: sasldb
sasldb_path: /home/svn/svnrepo/conf/sasldb
mech_list: DIGEST-MD5

On server, this command works fine:
svn co svn://127.0.0.1/ .
checking out 0 files and creating .svn folder.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: TortoiseSVN 1.6.6 SASL error

by Stefan Küng :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 23.10.2009 15:42, Ilya Zverev wrote:

> I've set up svn server (using svnserve) on my CentOS system. With SASL authentication. But when I try to access it with TortoiseSVN for Windows, I get following message:
>
> Command: Checkout from svn://zverik@..., revision HEAD, Fully recursive, Externals included
> Error: SASL(-1): generic failure: Unable to find a callback: 2
>
> All found discussions on the topic state that this was fixed long time ago.
>
> TortoiseSVN 1.6.6, Build 17493 - 32 Bit , 2009/10/19 20:22:18
> Subversion 1.6.6,
> apr 1.3.8
> apr-utils 1.3.9
> neon 0.28.6
> OpenSSL 0.9.8k 25 Mar 2009
> zlib 1.2.3
>
> Server configuration files:
>
> /home/svn/svnrepo/conf/svnserve.conf:
> [general]
> anon-access = none
> auth-access = write
> realm = zverik-realm
>
> [sasl]
> use-sasl = true
> min-encryption = 128
> max-encryption = 256
>
> /usr/lib/sasl2/svn.conf:
> pwcheck_method: auxprop
> auxprop_plugin: sasldb
> sasldb_path: /home/svn/svnrepo/conf/sasldb
> mech_list: DIGEST-MD5
>
> On server, this command works fine:
> svn co svn://127.0.0.1/ .
> checking out 0 files and creating .svn folder.

Try the command line client and check if it has the same issue.
(get it from http://subversion.tigris.org/getting.html#windows)

There weren't any changes to the sasl plugins in TSVN since version 1.5.1.

Stefan

--
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

RE: Re: TortoiseSVN 1.6.6 SASL error

by Ilya Zverev :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> > On server, this command works fine:
> > svn co svn://127.0.0.1/ .
> > checking out 0 files and creating .svn folder.
>
> Try the command line client and check if it has the same issue.
> (get it from http://subversion.tigris.org/getting.html#windows)
>
> There weren't any changes to the sasl plugins in TSVN since version 1.5.1.

CollabNet subversions works perfectly fine.
Tigris.org subversion writes "svn: Cannot negotiate authentication mechanism".

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: TortoiseSVN 1.6.6 SASL error

by Stefan Küng :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ilya Zverev wrote:

>>> On server, this command works fine:
>>> svn co svn://127.0.0.1/ .
>>> checking out 0 files and creating .svn folder.
>> Try the command line client and check if it has the same issue.
>> (get it from http://subversion.tigris.org/getting.html#windows)
>>
>> There weren't any changes to the sasl plugins in TSVN since version 1.5.1.
>
> CollabNet subversions works perfectly fine.
> Tigris.org subversion writes "svn: Cannot negotiate authentication mechanism".

Just set up an svnserve on my win7 machine with the same config as you
mentioned in a few mails ago. Works just fine for me. No problem
connecting to svnserve: I get asked for authentication and then I get
access to the repository. Checkout, Commit, Repobrowser, all works just
fine.

The only difference I have in my setup to your config files are that
some paths are different (e.g., to the password db and the repository).

Stefan

--
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].