Re: Path-Based Authorization behaves differently with SVNParentPath vs. SVNPath

2020-04-04 Thread Chris Dailey
Hello again, I thought I'd provide an update in case it might spark an idea in someone. I've managed to get the old repo locations to behave the same as the new parent path one, in that it just 403s when the userRO tries to GET the root of the repository he does have some subfolder access. Not id

Path-Based Authorization behaves differently with SVNParentPath vs. SVNPath

2020-03-30 Thread Chris Dailey
Hello all, I'm attempting to move a set of repositories over to using SVNParentPath for some much needed organization. Currently with our setup, we've got a separate , each with it's own SVNPath, basic auth, and AuthzSVNAccessFile, and everything works like I'd expect. However, moving to a single

Re: Nested groups in path based authorization?

2019-08-20 Thread Daniel Shahaf
David Aldrich wrote on Tue, 20 Aug 2019 12:29 +00:00: > Does svn path based authorization support nested groups? > > group_a = fred,jim > group_b = jane,@group_a > > Best regards > David [[[ % cat authz [groups] group_a = fred,jim group_b = jane,@group_a [/] * = @g

Nested groups in path based authorization?

2019-08-20 Thread David Aldrich
Does svn path based authorization support nested groups? group_a = fred,jim group_b = jane,@group_a Best regards David

RE: Check Path based authorization

2018-12-13 Thread Stuempfig, Thomas
gt; Get-ADPrincipalGroupMembership -Identity USER | Format-Table -Property > SID -AutoSize > Cycle throug the results and run svnauthz with each resulting line. This > should in principle give me some hint about the privilege > But I don't know if VisualSVN grants widest privil

Re: Check Path based authorization

2018-12-12 Thread Branko Čibej
Čibej [mailto:br...@apache.org] > Sent: Dienstag, 11. Dezember 2018 20:54 > To: Stuempfig, Thomas (DF PL S&SE DE PSM EAI) ; > users@subversion.apache.org > Subject: Re: Check Path based authorization > > On 11.12.2018 18:40, Stuempfig, Thomas wrote: >> Hi Brane, >> wel

Re: Check Path based authorization

2018-12-12 Thread Pavel Lyalyakin
> > -Original Message- > From: [ext] Stuempfig, Thomas [mailto:thomas.stuemp...@siemens.com] > Sent: Dienstag, 11. Dezember 2018 17:22 > To: Branko Čibej ; users@subversion.apache.org > Subject: RE: Check Path based authorization > > Hi Brane, > thank you for the quick

Re: Check Path based authorization

2018-12-12 Thread Johan Corveleyn
On Wed, Dec 12, 2018 at 9:28 AM Stuempfig, Thomas wrote: > > Hi Brane, > > sorry i cannot post the contents of VisualSVN-WinAuthz.ini file since it is > company security related. > I will take some time to setup a separate Demo LDAP, but this will take some > time. > > But basically my observati

RE: Check Path based authorization

2018-12-12 Thread Stuempfig, Thomas
018 20:54 To: Stuempfig, Thomas (DF PL S&SE DE PSM EAI) ; users@subversion.apache.org Subject: Re: Check Path based authorization On 11.12.2018 18:40, Stuempfig, Thomas wrote: > Hi Brane, > well after testing the tool does not actually do what i would like. But it is > giving me a s

Re: Check Path based authorization

2018-12-11 Thread Branko Čibej
On 11.12.2018 18:40, Stuempfig, Thomas wrote: > Hi Brane, > well after testing the tool does not actually do what i would like. But it is > giving me a starting point / work around. > I tested the tool with Visualsvn Server on windows > > > Steps to reproduce > 1) configure basic windows authentic

RE: Check Path based authorization

2018-12-11 Thread Stuempfig, Thomas
To: Branko Čibej ; users@subversion.apache.org Subject: RE: Check Path based authorization Hi Brane, thank you for the quick response. This is probably what I would seek for. I'll test it and will come back with my findings. Best regards Thomas -Original Message- From: Branko Čibej [mailto:br

RE: Check Path based authorization

2018-12-11 Thread Stuempfig, Thomas
users@subversion.apache.org Subject: Re: Check Path based authorization On 11.12.2018 10:24, Stuempfig, Thomas wrote: > Hi all, > We have a large organization many projects and quite a bit of history > (10years) with one of the repos… and after a while path based authorization > becomes quite difficult.

Re: Check Path based authorization

2018-12-11 Thread Branko Čibej
On 11.12.2018 10:24, Stuempfig, Thomas wrote: > Hi all, > We have a large organization many projects and quite a bit of history > (10years) with one of the repos… and after a while path based authorization > becomes quite difficult. > I would like to ask if it is possible as an

Check Path based authorization

2018-12-11 Thread Stuempfig, Thomas
Hi all, We have a large organization many projects and quite a bit of history (10years) with one of the repos… and after a while path based authorization becomes quite difficult. I would like to ask if it is possible as an admin to check path based authorization for a user x (ldap). It would

Re: problem with path based authorization

2017-01-13 Thread Daniel Shahaf
Volker Cordes wrote on Fri, Jan 13, 2017 at 18:47:17 +0100: > Am 13.01.2017 um 15:47 schrieb Daniel Shahaf: > > Volker Cordes wrote on Fri, Jan 13, 2017 at 10:51:19 +0100: > >> Hello, > >> > >> I have set up path based authorization on a repository. If I ch

Re: problem with path based authorization

2017-01-13 Thread Volker Cordes
Am 13.01.2017 um 15:47 schrieb Daniel Shahaf: > Volker Cordes wrote on Fri, Jan 13, 2017 at 10:51:19 +0100: >> Hello, >> >> I have set up path based authorization on a repository. If I check out >> the project, everything works as expected. My problem however is, that &g

Re: problem with path based authorization

2017-01-13 Thread Daniel Shahaf
Volker Cordes wrote on Fri, Jan 13, 2017 at 10:51:19 +0100: > Hello, > > I have set up path based authorization on a repository. If I check out > the project, everything works as expected. My problem however is, that > if I change permissions of a file / path and then update the

problem with path based authorization

2017-01-13 Thread Volker Cordes
Hello, I have set up path based authorization on a repository. If I check out the project, everything works as expected. My problem however is, that if I change permissions of a file / path and then update the working copy the files I should have no longer access to are still there. Is there a

RE: A question about Path-Based Authorization in svn

2015-07-28 Thread David Aldrich
> > Thanks for your answer. So, to be absolutely clear, fred's access is 'rw'? > > Yes. Thanks again, David

Re: A question about Path-Based Authorization in svn

2015-07-28 Thread Branko Čibej
On 28.07.2015 11:23, David Aldrich wrote: >>> groupA = fred >>> groupB = fred, jane >>> >>> [myRepo:/] >>> @groupA = rw >>> @groupB = r >>> >>> Is fred's access to myRepo:/ 'rw' or 'r'? >> The user always gets the union of all rights given her by a rule; in other >> words, the maximum access right

RE: A question about Path-Based Authorization in svn

2015-07-28 Thread David Aldrich
> > groupA = fred > > groupB = fred, jane > > > > [myRepo:/] > > @groupA = rw > > @groupB = r > > > > Is fred's access to myRepo:/ 'rw' or 'r'? > > The user always gets the union of all rights given her by a rule; in other > words, the maximum access rights defined in any entry in a rule. Thanks

Re: A question about Path-Based Authorization in svn

2015-07-28 Thread Branko Čibej
On 28.07.2015 10:11, David Aldrich wrote: > Hi > > Path-Based Authorization is described here: > > http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html > > Having read that description, it is not clear to me what happens in this > situation: &g

A question about Path-Based Authorization in svn

2015-07-28 Thread David Aldrich
Hi Path-Based Authorization is described here: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html Having read that description, it is not clear to me what happens in this situation: groupA = fred groupB = fred, jane [myRepo:/] @groupA = rw @groupB = r Is fred&#

Re: Path-based authorization ignores most specific path

2015-04-13 Thread all-lists
On 2015-Apr-13, Bert Huijben wrote with possible deletions: > > > > Current access file contains: > > > > [groups] > > proj_staff = [...] > > proj_other = [...] > > > > [proj:/] > > @proj_staff = rw > > @proj_other = r > > > > [proj:/pub] > > * = r > > @proj_

RE: Path-based authorization ignores most specific path

2015-04-13 Thread Bert Huijben
> -Original Message- > From: all-li...@stefan-klinger.de [mailto:all-li...@stefan-klinger.de] > Sent: zondag 12 april 2015 12:47 > To: users@subversion.apache.org > Subject: Path-based authorization ignores most specific path > > Hello! > > --Summary-- &g

Path-based authorization ignores most specific path

2015-04-12 Thread all-lists
Hello! --Summary-- Path-based authorization seems to not work as documented currently: The most specific path is *not* used. Version: server=1.6.17, client=1.8.8 or 1.8.13 Might be a reincarnation of (closed?) Issue 3242: http://svn.haxx.se/users/archive-2010-01/0124.shtml http

Re: Path based authorization using LDAP groups

2013-09-17 Thread Logica Ex Machina
On 13-09-17 11:26 AM, Tati, Aslesh : Barclaycard US wrote: 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

Path based authorization using LDAP groups

2013-09-17 Thread Tati, Aslesh : Barclaycard US
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 spe

AW: Path-based authorization buggy when using SASL-LDAP

2012-11-26 Thread Markus Karg
ag, 26. November 2012 15:52 An: Jan Keirse Cc: Markus Karg; users@subversion.apache.org Betreff: Re: Path-based authorization buggy when using SASL-LDAP Jan Keirse wrote on Mon, Nov 26, 2012 at 09:42:53 +0100: > On Mon, Nov 26, 2012 at 9:28 AM, Markus Karg wrote: > > > I am using alia

Re: Path-based authorization buggy when using SASL-LDAP

2012-11-26 Thread Daniel Shahaf
Jan Keirse wrote on Mon, Nov 26, 2012 at 09:42:53 +0100: > On Mon, Nov 26, 2012 at 9:28 AM, Markus Karg wrote: > > > I am using aliases (as typical with LDAP), so the cause you described > > should not happen. Also, everything is lower case (alias names, group > > names, etc.). And I do not have

AW: Path-based authorization buggy when using SASL-LDAP

2012-11-26 Thread Markus Karg
-based authorization buggy when using SASL-LDAP On Mon, Nov 26, 2012 at 9:28 AM, Markus Karg wrote: I am using aliases (as typical with LDAP), so the cause you described should not happen. Also, everything is lower case (alias names, group names, etc.). And I do not have any relation between

Re: Path-based authorization buggy when using SASL-LDAP

2012-11-26 Thread Jan Keirse
On Mon, Nov 26, 2012 at 9:28 AM, Markus Karg wrote: > I am using aliases (as typical with LDAP), so the cause you described > should not happen. Also, everything is lower case (alias names, group > names, etc.). And I do not have any relation between the rules‘ paths and > the failing paths, as I

AW: Path-based authorization buggy when using SASL-LDAP

2012-11-26 Thread Markus Karg
on „force-username-case“. Can you point me to a description on the web? J Von: Jan Keirse [mailto:jan.kei...@tvh.com] Gesendet: Montag, 26. November 2012 09:15 An: Markus Karg Cc: users@subversion.apache.org Betreff: Re: Path-based authorization buggy when using SASL-LDAP On Sat, Nov 24

Re: Path-based authorization buggy when using SASL-LDAP

2012-11-26 Thread Jan Keirse
On Sat, Nov 24, 2012 at 12:12 AM, Markus Karg wrote: > I wonder why this should produce this effect? I mean, why is it working > with 99% of all paths, but not with some others? Say that you are logged in as Markus (instead of markus), if some authz rules refer to Markus and others refer to mar

RE: Path-based authorization buggy when using SASL-LDAP

2012-11-23 Thread Markus Karg
17:46 To: Markus Karg Cc: users@subversion.apache.org Subject: Re: Path-based authorization buggy when using SASL-LDAP Just a wild guess: does your username (in AD or as you entered it in the svn client) have the same case as the authz file? Windows doesn't care but the authz file

Re: Path-based authorization buggy when using SASL-LDAP

2012-11-23 Thread Jan Keirse
Just a wild guess: does your username (in AD or as you entered it in the svn client) have the same case as the authz file? Windows doesn't care but the authz file does. My apache configuration has this setting to accomodate for this: AuthzForceUsernameCase lower I _think_ svnserve can do the same

Path-based authorization buggy when using SASL-LDAP

2012-11-23 Thread Markus Karg
Hello Subversion Community, do you know any relationship between LDAP and paths in svn? I am running svnserve 1.6.12 on Debian 6.0.6 "squeeze" and it works really well, but now I wanted to switch from plain passwd file to SASL-LDAP (ActiveDirectory) based authentication and trapped into a r

Re: path-based authorization, users an groups synchronisation between master and slave

2012-10-02 Thread Nico Kadel-Garcia
On Tue, Oct 2, 2012 at 8:35 AM, Stefan Sperling wrote: > On Tue, Oct 02, 2012 at 08:01:30AM -0400, Nico Kadel-Garcia wrote: >> There are also some approaches that can help rigorously manage such >> configurations. I long for some Subversion developer to write >> something like the "gitosis" tool,

Re: path-based authorization, users an groups synchronisation between master and slave

2012-10-02 Thread Stefan Sperling
On Tue, Oct 02, 2012 at 08:01:30AM -0400, Nico Kadel-Garcia wrote: > There are also some approaches that can help rigorously manage such > configurations. I long for some Subversion developer to write > something like the "gitosis" tool, which manages SSH keys for git's > SSH based access, and whic

Re: path-based authorization, users an groups synchronisation between master and slave

2012-10-02 Thread Nico Kadel-Garcia
On Tue, Oct 2, 2012 at 7:48 AM, Stefan Sperling wrote: > On Tue, Oct 02, 2012 at 10:57:30AM +0200, david fasani wrote: >> Hi All, >> >> I have a active write-through proxying between a master SVN and 2 >> slaves. I'm looking is there a way to synchronise the path-b

Re: path-based authorization, users an groups synchronisation between master and slave

2012-10-02 Thread Stefan Sperling
On Tue, Oct 02, 2012 at 10:57:30AM +0200, david fasani wrote: > Hi All, > > I have a active write-through proxying between a master SVN and 2 > slaves. I'm looking is there a way to synchronise the path-based > authorization, users and groups configuration. > I searched a

path-based authorization, users an groups synchronisation between master and slave

2012-10-02 Thread david fasani
Hi All, I have a active write-through proxying between a master SVN and 2 slaves. I'm looking is there a way to synchronise the path-based authorization, users and groups configuration. I searched a lot on web and found no links telling about how to set it up. I wonder if anyone would

Re: path based authorization

2012-01-11 Thread Torsten Krah
Am Mittwoch, den 11.01.2012, 15:00 + schrieb Schroeder, Hartmut: > Hello All! > > We use Subversion 1.6.16 on MS Windows Server 2008. > > We have a set of 22 repositories and use path based authorization for > restricting user access. Apache is configured to accept user

path based authorization

2012-01-11 Thread Schroeder, Hartmut
Hello All! We use Subversion 1.6.16 on MS Windows Server 2008. We have a set of 22 repositories and use path based authorization for restricting user access. Apache is configured to accept user information via LDAP (MS Active Directory) and also local defined user. For some repositories shall

Re: path based authorization, how to handle folder name with whitespace in auth file

2011-02-24 Thread Necati Mercan
Hi, yep indeed this was the first thing I tried. Thanks for all the replies. simply using [myrepo:/foo bar] works. The error was an unnecessary space in the declaration of the user group @G_special_group So a simple typo. Thank you all again. Necati On Wed, Feb 23, 2011 at 6:03 PM, Daniel S

Re: path-based authorization, whitespace in foldername

2011-02-23 Thread Nico Kadel-Garcia
On Wed, Feb 23, 2011 at 5:20 AM, Necati Mercan wrote: > Hi, > > I'm using svn-version 1.4.6, apache version 2.2.8 on an ubuntu 8.04 LTS. > On the client side, mostly win xp with tortoisesvn. > > The setup is using https and path-based-authorization and everything was >

Re: path based authorization, how to handle folder name with whitespace in auth file

2011-02-23 Thread Ryan Schmidt
On Feb 23, 2011, at 07:12, Necati Mercan wrote: > I'm using svn-version 1.4.6, apache version 2.2.8 on an ubuntu 8.04 LTS. Please upgrade; 1.4.x and earlier are not supported anymore.

Re: path based authorization, how to handle folder name with whitespace in auth file

2011-02-23 Thread Daniel Shahaf
Necati Mercan wrote on Wed, Feb 23, 2011 at 14:12:19 +0100: > How do I specify a folder with whitespaces in its name? Tried single > quotes, double quotes, %20 but to be honest it is irritating. Have you tested just [/foo bar] ?

path-based authorization, whitespace in foldername

2011-02-23 Thread Necati Mercan
Hi, I'm using svn-version 1.4.6, apache version 2.2.8 on an ubuntu 8.04 LTS. On the client side, mostly win xp with tortoisesvn. The setup is using https and path-based-authorization and everything was working fine. Users are separated into different groups, not everyone has access every

path based authorization, how to handle folder name with whitespace in auth file

2011-02-23 Thread Necati Mercan
Hi, if this is an accidental double post, my apologizes. I'm using svn-version 1.4.6, apache version 2.2.8 on an ubuntu 8.04 LTS. On the client side, mostly win xp with tortoisesvn. The setup is using https and path-based-authorization and everything was working fine. Users are separated

RE: Path based authorization

2010-10-26 Thread Jon Foster
Hi, Robert Johnson wrote: > I'm not sure this is a bug or the documentation is wrong, > or I'm misunderstanding the concept. > > In the SVN doc: > > Section 6.5 Path-Based Authorization > > [paint:/projects/paint] > > jane = r > > @paint-developers =

RE: Path based authorization

2010-10-25 Thread Cooke, Mark
> -Original Message- > From: Johnson, Robert [mailto:r.john...@cgi.com] > Sent: 25 October 2010 23:59 > To: users@subversion.apache.org > Subject: Path based authorization > > I'm not sure this is a bug or the documentation is wrong, or > I'm misunderst

Path based authorization

2010-10-25 Thread Johnson, Robert
6.13 (uses 1.6.12 libs at runtime) In the SVN doc: Section 6.5 Path-Based Authorization [paint:/projects/paint] jane = r @paint-developers = rw Another important fact is that the first matching rule is the one which gets applied to a user. In the prior example, even though Jane is a mem

Re: Path-Based Authorization for Tags

2010-08-02 Thread Johan Corveleyn
On Wed, Jul 28, 2010 at 7:59 PM, Luiz Guilherme Kimel wrote: > Hello there, > > > > I’m implementing a subversion repository that keeps project management > artefacts. In other words, we are using SVN for document management. And > everything was going right until we find that managers need to kee

Path-Based Authorization for Tags

2010-07-28 Thread Luiz Guilherme Kimel
Hello there, I'm implementing a subversion repository that keeps project management artefacts. In other words, we are using SVN for document management. And everything was going right until we find that managers need to keep status of allocated human resources salaries and this can't be accesse

Re: Setting a global path-based authorization

2010-06-16 Thread Johan Corveleyn
On Wed, Jun 16, 2010 at 10:35 PM, Chris Marks wrote: > Hi, > We have multiple SVN repositories configured using Apache with SVNParentPath > and path-based authorization.  We also have a build server user that I'd > like to allow it to create tags for projects regardless of the

Setting a global path-based authorization

2010-06-16 Thread Chris Marks
Hi, We have multiple SVN repositories configured using Apache with SVNParentPath and path-based authorization. We also have a build server user that I'd like to allow it to create tags for projects regardless of the repository and project. We have a standard structure in the repository th

Re: How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread Didier Trosset
Jon Foster wrote: Hi, Didier Trosset wrote: I have a subversion server running with apache. It authenticates users using LDAP configuration and uses SVN path-based authorizations to limit user access to certain repositories. This works perfectly. Now, I have a service I want to setup (rietveld

RE: How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread Jon Foster
Hi, Didier Trosset wrote: > I have a subversion server running with apache. It authenticates > users using LDAP configuration and uses SVN path-based > authorizations to limit user access to certain repositories. > This works perfectly. > > Now, I have a service I want to setup (rietveld, for code

Re: How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread Johan Corveleyn
On Thu, Apr 29, 2010 at 11:53 AM, vishwajeet singh wrote: > > > On Thu, Apr 29, 2010 at 3:09 PM, Didier Trosset > wrote: >> >>  I have a subversion server running with apache. It authenticates users >> using LDAP configuration and uses SVN path-based authorizations to limit >> user access to cert

Re: How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread vishwajeet singh
On Thu, Apr 29, 2010 at 3:09 PM, Didier Trosset wrote: > I have a subversion server running with apache. It authenticates users > using LDAP configuration and uses SVN path-based authorizations to limit > user access to certain repositories. This works perfectly. > > Now, I have a service I want

How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread Didier Trosset
I have a subversion server running with apache. It authenticates users using LDAP configuration and uses SVN path-based authorizations to limit user access to certain repositories. This works perfectly. Now, I have a service I want to setup (rietveld, for code reviews) that needs to have an a

Re: Problem implementing path-based authorization with authz

2010-01-10 Thread Johan Corveleyn
Just as a FYI: the issue Rob is referring to is the (in)famous issue 3242 - "Subversion demands unnecessary access to parent directories of operations" See http://subversion.tigris.org/issues/show_bug.cgi?id=3242 It's a long standing issue, but if I understood correctly a fix is in progress ...

Re: Problem implementing path-based authorization with authz

2010-01-09 Thread Brian Topping
On Jan 9, 2010, at 12:58 PM, Rob van Oostrum wrote: > I see now. The path "/project/!svn" makes no sense. It doesn't exist in the > repository, so that rule doesn't do anything. The !svn is a SVN-internal > concept. To assign permissions to /project, you need to have to specify: > > [/project]

Re: Problem implementing path-based authorization with authz

2010-01-09 Thread Rob van Oostrum
I see now. The path "/project/!svn" makes no sense. It doesn't exist in the repository, so that rule doesn't do anything. The !svn is a SVN-internal concept. To assign permissions to /project, you need to have to specify: [/project] * = r Do a search on the old list archives on tigris for some ba

Re: Problem implementing path-based authorization with authz

2010-01-09 Thread Brian Topping
Thanks, but that is incorrect. I have no problem downloading sources with a single rule of "[/project] *=r", nor do I have a problem correctly resolving group memberships that a user has assigned to them. As well, I have tested that a user who is not logged in cannot access the repository. Ar

Re: Problem implementing path-based authorization with authz

2010-01-09 Thread Rob van Oostrum
Your problem is with Crowd, not authz. Authentication is failing: "Could not authenticate to server: rejected Basic challenge (https://dev.host.net)" Check your Crowd configuration/documentation. I'd suggest taking SVN out of the equation and verifying that your integration with Crowd is working f

Problem implementing path-based authorization with authz

2010-01-08 Thread Brian Topping
Hello all, I've been wrestling with getting authz setup in a way that must be somewhat unconventional all week and was hoping someone here on the list might be able to offer some insight. The environment is Apache httpd 2.2.3, mod_dav_svn 1.6.6, and Subversion 1.6.6. My configs follow. So fa