You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Fung Wing Kit <we...@gmail.com> on 2009/03/30 08:52:19 UTC

RE: SASL Problem: Could not obtain the list of SASL mechanisms

I have the same problem too.
Does anyone has any idea?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1479611

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

Re: SASL Problem: Could not obtain the list of SASL mechanisms

Posted by Ruslan Sivak <ru...@vshift.com>.
Fung Wing Kit wrote:
> I have the same problem too.
> Does anyone has any idea?
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1479611
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].
>   
If you're on any Redhat flavor, I have a small writeup that should work 
for you: 
http://www.ruslansivak.com/index.cfm/2009/1/23/Subversion-svnserve-Could-not-obtain-the-list-of-SASL-mechanisms

Russ

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1484242

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

RE: Re: SASL Problem: Could not obtain the list of SASL mechanisms

Posted by we...@tigris.org.
OS: Debian Lenny
Subversion: 1.5.1dfsg1-2

and I set up my svnserve.conf as follows:
[general]
anon-access = none
auth-access = write
realm = myrealm
[sasl]
use-sasl = true
min-encryption = 128
max-encryption = 256

the /usr/lib/sasl2/svn.conf file as follows:
pwcheck_method: auxprop
auxprop_plugin: sasldb
mech_list: DIGEST-MD5

I run the command "testsaslauthd -u test -p test -r myrealm", and I got the message '0: OK "Success."'

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1484408

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

Re: SASL Problem: Could not obtain the list of SASL mechanisms

Posted by Jeremy Whitlock <jc...@gmail.com>.
> I have the same problem too.
> Does anyone has any idea?
>

What operating system?  What version of Subversion?

-- 
Take care,

Jeremy Whitlock
http://www.thoughtspark.org

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1482044

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