2009/3/18 Jeremy Whitlock <jcscoobyrs_at_gmail.com>
> > I heard using LDAP authentication slows down SVN Server, is it the case.
>
> Well, there is some extra overhead of course so slow downs should be a
> given. I mean, there is the network communication from the Subversion
> server to the directory server, there is the binding to the directory
> server and then there is the query required to authenticate the user.
That is why I went for the saslauthd route as it will cache the
authentication so that if you're commmitting all day you don't get the
overhead.
> It is unavoidable but in most cases, it's better than tolerable.
>
> > If there are no issues with SVN + LDAP can you please point me to
> > documentation on best method of making this happen.
> > I googled and then got a ton of different links each with different
> methods.
>
> Doesn't get much easier than this:
>
> http://blogs.open.collab.net/svn/2009/03/subversion-with-apache-and-ldap-updated.html
>
Or there's my blog on svn + saslauthd + active directory (running svn on
centos)
http://javaadventure.blogspot.com/2008/11/howto-centos-5-apache-22-subversion-15.html
> > I have SVN on windows server.
>
> Sorry to hear that. With this being the case, I'm sure you're
> connecting to Active Directory. Make sure to read the part about
> using a Global Catalog.
Sorry to hear that also ;-)
>
>
> --
> Take care,
>
> Jeremy Whitlock
> http://www.thoughtspark.org
>
> ------------------------------------------------------
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1349588
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_subversion.tigris.org].
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1350169
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-18 20:20:22 CET