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

RE: svnserve on W2K3

From: Harvey, Edward <Edward.Harvey_at_patni.com>
Date: Thu, 20 Mar 2008 15:25:19 -0400

> Can anyone recommend a complete guide for setting up svnserve
> (Subversion 1.4.6) on Windows Server 2003 (SP2)? In
> particular, I am having a heck of a time getting the security
> in svnserve.conf and authz structured correctly. I have
> googled this a lot and read several semi-detailed posts, but
> I can't find one that definitively says authorization works
> as it should in Windows-land. FWIW, I'm stuck with IIS and no
> DAV, so svnserve is my only choice (yes?).

Let's clear one thing up first. You seem to want domain-based, automatic client authentication, via active directory / kerberos, right? This does not work if you are using svnserve 1.4, so you'll have to wait till at least when 1.5 is released. For now, if you're using 1.4, the only authentication on svnserve is stored in a plain-text flat file on the server, so it essentially means that the sys admin must assign the password for each user.

Correct, everyone?

For now, if you want kerberos authentication, single sign-on, users choose their own passwords, then apache is the preferred method, but you could also consider svn+ssh, or IIS. Right everyone?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-20 20:25:40 CET

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

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