Re: Authentication issue
From: David Weintraub <qazwart_at_gmail.com>
Date: Wed, 13 Aug 2008 15:01:16 -0400
In Subversion, your server does the permissioning for reading. Then,
Subversion source distribution comes with a Python script that reads a
You can use this script to control reading and writing of certain
-- David Weintraub qazwart_at_gmail.com On Wed, Aug 13, 2008 at 2:18 PM, Mark Braemer <mbraemer_at_pomeroy.com> wrote: > Due to SOX requirements, we have one group of people who write and commit > the code in our development environment and another group who update our > production environment. > > I have Microsoft AD working fine to allow a group access as so: > > > > <Location /myrepo> > > DAV svn > > SVNParentPath C:/repositories/myrepo > > SVNListParentPath on > > AuthLDAPAuthoritative on > > AuthType Basic > > AuthName "myrepo" > > AuthLDAPURL > "ldap://domain_name.msft:389/dc=domain_name,dc=msft?sAMAccountName?sub?(objectClass=*)" > > AuthLDAPBindDN "LDAPAgent_at_domain_name.msft" > > AuthLDAPBindPassword "password_value" > > #require valid-user > > require group CN=Web > Team,OU=Users,OU=Applications,OU=IT,OU=Headquarters,DC=domain_name,DC=msft > > </Location> > > > > What I want to do is add a second group that can update from svn but cannot > commit changes to svn. Has anyone done anything like this? > > > > Mark A. Braemer > > 1-800-846-8727 ext 4288 > > Application Developer > > Pomeroy IT Solutions > > MCP, V3 ITIL Foundation, CompTIA A+,CompTIA Network+ > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-08-13 21:01:44 CEST |
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.