-
Bug
-
Resolution: Fixed
-
Medium
-
2.0.1
-
None
-
Java Version:
1.6.0_16
Java Vendor:
Sun Microsystems Inc.
JVM Version:
14.2-b01
JVM Vendor:
Sun Microsystems Inc.
JVM Runtime:
Java HotSpot(TM) 64-Bit Server VM
Authorization in Subversion doesn't work if users are in nested groups. It works if they are directly in the "subversion" group that is mapped to the subversion application.
We are using the dav_svn.authz file to configure access like this:
- Everyone has read access to the repository
- (unless modified below).
[/]
- = r
- Members of the subversion crowd group can
- read and write to the hole repository project
[/]
@subversion = rw
If users belong directly to group "subversion", they get access, but if they are in a nested group inside "subversion" group, authorization fails.
[CWD-1699] Subversion authorization with nested groups not working
Workflow | Original: Simplified Crowd Development Workflow v2 - restricted [ 1509328 ] | New: JAC Bug Workflow v3 [ 3364506 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Simplified Crowd Development Workflow v2 [ 1391126 ] | New: Simplified Crowd Development Workflow v2 - restricted [ 1509328 ] |
Workflow | Original: Crowd Development Workflow v2 [ 272061 ] | New: Simplified Crowd Development Workflow v2 [ 1391126 ] |
Workflow | Original: JIRA Bug Workflow v2 [ 184222 ] | New: Crowd Development Workflow v2 [ 272061 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Component/s | New: Integration - Apache/Subversion [ 11872 ] | |
Component/s | Original: Authentication/Security [ 12726 ] | |
Assignee | New: Adrian Hempel [Atlassian] [ ahempel ] |
Fix Version/s | New: 2.1 [ 14496 ] |
With Crowd 2.1, we'll be providing a REST API that correctly resolves nesting. We're also working on a version of the svn connector that will use this API and so do nesting properly.