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

Subversion with Active Directory for Authentication -- Strategies

From: David CM Weber <david.weber_at_backbonesecurity.com>
Date: 2004-05-17 20:38:19 CEST

Hey everyone. I searched the archives and checked w/ google, but didn't
find anything directly applicable.

I'm in the process of setting up subversion. My subversion server's
configuration is below

The subversion server will have multiple repositories hung off of it
e.g.: http://subversion_server/svn/repo1,
http://subversion_server/svn/repo2, ...

For each repository, I'd like to require different group membership
using apache's "require group" syntax (not seen below)

I'm not sure exactly how to get this to work. Would a .htaccess file in
the repository directory be sufficient?

My question (I guess) revolves mostly around which strategy would be
best. I'd almost prefer the flexibility of restricting groups to
read/write at directories within a repository, but realize that this
might be asking too much.

Any suggestions would be appreciated. Thanks!

--------------------------------------------------------

LoadModule dav_svn_module modules/mod_dav_svn.so
<Location /svn>

    DAV svn
    SVNParentPath /svnroot

    AuthType Basic
    AuthName "Please Login"
    AuthLDAPURL "ldap://server1 server2/<BASE DN
HERE>?sAMAccountName?sub?(objectClass=user)"
    AuthLDAPBindDN "<BIND DN HERE>"
    AuthLDAPBindPassword <PASSWORD>
    require valid-user

</Location>
--------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 17 20:40:29 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.