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

SASL on Windows

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 23 Apr 2008 10:42:53 -0400

I have been playing around with SASL on Windows to test our CollabNet
Subversion packaging for 1.5. It was a bit of an adventure.

The first issue I found was that I needed an svn.conf that looked like this:

pwcheck_method: auxprop
auxprop_plugin: sasldb
mech_list: ANONYMOUS CRAM-MD5
sasldb_path: C:\svn_repository\sasldb

The key was that last line. Our current sasl.txt does not mention
that. From what I can tell, unlike on Linux, on Windows there is no
default path for this file.

The biggest problem however, was that I could not get my client to
connect at all if DIGEST-MD5 was listed in the mech_list. This is a
1.5 client that has libsasl linked to it. Any ideas what I could look
at for this?

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-23 16:43:10 CEST

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

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