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

Re: authentication

From: Seth Falcon <sfalcon_at_fhcrc.org>
Date: 2004-10-09 18:38:46 CEST

On Sat, Oct 09, 2004 at 11:10:03AM +0200, Gert Liefsoens wrote:
> Is it possible for subversion to authenticate through the windows
> network users and login?

Yes. There are a few ways to go about it as I understand it. The
most important question is what platform your Subversion server is
running on.

From Linux, we've had success using an NTLM auth module for Apache2 to
allow authentication against Windows domain controllers. Here's the
link: http://modntlm.sourceforge.net/

If you search the list archives I think you'll find some other
solutions involving mod_auth_smb (?)

I'll also mention that since the svn clients do their authentication
via BasicAuth, it's a good idea to have connections to the repos be
protected via SSL.

cheers,

+ seth

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 9 18:40:06 2004

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.