From: Daniel Shahaf <d...@daniel.shahaf.name>

> John Doe wrote on Wed, Apr 03, 2013 at 04:59:51 -0700:
>>  Hi,
>> 
>>  any OpenIndiana subversion user here?
>>  I am trying to checkout a subversion repo but I get:
>>    $ svn co svn://server/...
>>    svn: Cannot negotiate authentication mechanism
>>  The server, on Linux, uses sasl.
>>  In Openindiana, I did install: SFEcyrus-sasl
>>  Do I need to configure/install something extra?
> 
> CRAM-MD5 supported on both ends?
> 

In fact, I found out that the subversion installed by default is linked to sasl 
(v1?)...
  /usr/lib/libsasl.so.1
While there is a:
  /usr/gnu/lib/libsasl2.so
So I compiled my own subversion, pointing to sasl2... and it works now.

Thx,
JD

Reply via email to