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

Re: Nested groups in path based authorization?

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 20 Aug 2019 17:15:00 +0000

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

[/]
* =
@group_b = r
% svnauthz accessof --repository=r --path=/trunk -R --username=jane ./authz
r
% svnauthz accessof --repository=r --path=/trunk -R --username=fred ./authz
r
% svnauthz accessof --repository=r --path=/trunk -R --username=jrandom ./authz
no
%
]]]

Looks like it does.

Cheers,

Daniel
Received on 2019-08-20 19:15:10 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.