Contents
Authz File Administration
Description
This plugin registers a module into the WebAdmin to allow the configuration of the svnauthz file from the web interface. It uses the AccountManager plugin to present the list of users.
This plugin requires Trac 0.12 or later, and uses the repo names reported in the Version Control | Repositories admin panel to determine which repos to display when the show_all_repos
option is set to false (default).
The development of this plugin was sponsored by EU Edge LLC. See also TracSvnAuthzPlugin for editing the file without GUI.
Bugs/Feature Requests
Existing bugs and feature requests for SvnAuthzAdminPlugin are here.
If you have any issues, create a new ticket.
defect |
32 / 42 |
||
---|---|---|---|
enhancement |
9 / 18 |
||
task |
2 / 2 |
Download
Download the zipped source from here.
Source
Check out SvnAuthzAdminPlugin from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Configuration
It uses the authz_file
setting from the [trac]
section of your trac.ini
file to find the svnauthz file.
There is a read_only_display option that, when enabled, prevents any changes to the authz_file
being made. There is also a show_all_repos
option to show all repo paths contained in the authz_file
.
[components] svnauthz.* = enabled [svnauthzadmin] show_all_repos = true read_only_display = false
Recent Changes
- 18648 by jun66j5 on 2024-07-20 01:03:08
-
SvnAuthzAdminPlugin 1.0.1dev: follow-up to r18641, fix duplicated
classifiers
arguments ofsetup()
(closes #14348)
- 18641 by jun66j5 on 2024-05-30 01:51:51
-
SvnAuthzAdminPlugin 1.0.1dev: fix fatal raising when non-ascii groups and paths used, and remove uses of
pathname2url
andurl2pathname
(closes #5484, #7871, #5302, #12314)
- 18640 by jun66j5 on 2024-05-29 03:05:34
-
SvnAuthzAdminPlugin 1.0.1dev: make compatible with Trac 1.4/1.6 and Python 2/3 (refs #14345)
(more)
Author/Contributors
Author: kisg
Maintainer: Ryan J Ollos
Contributors: Dennis McRitchie
Attachments (1)
-
svnauthz_admin.jpg (75.1 KB) - added by 17 years ago.
Screenshot of SvnAuthzAdminPlugin
Download all attachments as: .zip