Opened 18 years ago
Closed 18 years ago
#4344 closed defect (invalid)
Trac doesn't care about SVN authz permission
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/browser | Version: | 0.10.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
You can set a subversion repository so that some users have no read-access in some subfolders.
This can be useful if, for example, you want to work secretely on some part of the project or if you have to store password and things like that or simply that some part of the project are just too personnal.
But Trac does not care about that svn.authz file and every trac user that has browse_source right can see the whole svn repository.
This is, IMHO, a bug and it could be very annoying if the user is not aware of this bug and doesn't test his trac installation.
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
And is documented in FineGrainedPermissions. That page probably needs to be made easier to find in the documation. Possibly using a small section in TracPermissions instead of a see also note at the bottom? Or maybe an entry on the main index?
comment:3 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
indeed, I was not aware about this option. It works very well, thanks :-)
Just use the authz_file option in trac.ini.