Question regarding mod_authnz_svn configurations

2014-03-14 Thread Matthew Hamilton
I have read the Subversion book regarding the configuration of mod_authnz_svn and mod_dav_svn for apache as the Subversion server. I am making use of mod_authnz_ldap to restrict access to our repositories based on ldap-group membership and we are using Active Directory as our LDAP server. I want

Re: Question regarding mod_authnz_svn configurations

2014-03-14 Thread Philip Martin
Matthew Hamilton kent...@gmail.com writes: I would like to be able to define the groups based on ldap groups [groups] proj1-devs = CN=proj1_developers,ou=ldap,dc=mycorp,dc=com proj2-devs = CN=proj2_developers,ou=ldap,dc=mycorp,dc=com [proj1:/] proj1-devs = rw proj2-devs = r [proj2:/]

Re: Question regarding mod_authnz_svn configurations

2014-03-14 Thread Matthew Hamilton
Below is my apache config for SVN: httpd.conf: Location /repos # mod_dav_svn configuration DAV svn SVNParentPath /opt/web/subversion/repos # mod_authn_core configuration AuthType Basic AuthName Authorized Developers Only # mod_auth_basic

Re: Question regarding mod_authnz_svn configurations

2014-03-14 Thread Stefan Sperling
On Fri, Mar 14, 2014 at 10:12:07AM -0500, Matthew Hamilton wrote: I have read the Subversion book regarding the configuration of mod_authnz_svn and mod_dav_svn for apache as the Subversion server. It's called 'mod_authz_svn'. I am making use of mod_authnz_ldap to restrict access to our