Path based authorization using LDAP groups
From: Tati, Aslesh : Barclaycard US <atati_at_barclaycardus.com>
Date: Tue, 17 Sep 2013 15:26:30 +0000
I'm trying to setup a path based authorization using different LDAP groups.
Developers should be able to see all repositories and commit to all repos (the corresponding LDAP group is subversion_developers)
Business users should be able to see all repositories but only commit to specific assigned repo (corresponding LDAP group is subversion_bususers)
There is another LDAP group which is subversion_readonly which is intended to give read only access to all repos.
My httpd.conf looks something like this:
RedirectMatch ^(/svn)$ $1/
<Location /repos/business>
I'm able to access all repos except the business repo with this setting and when I try to commit something I get an error saying "Redirect cycle detected for URL"
Does this have something to do with the line RedirectMatch ^(/svn)$ $1/ ? I'm pretty much a novice at apache configuration, so forgive my ignorance.
Any help is appreciated, Thank you.
Barclaycard
This email and any files transmitted with it may contain confidential and/or proprietary information. It is intended solely for the use of the individual or entity who is the intended recipient. Unauthorized use of this information is prohibited. If you have received this in error, please contact the sender by replying to this message and delete this material from any system it may be on.
|
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.