wiki:SvnAuthzAdminPlugin

Version 5 (modified by anonymous, 16 years ago) (diff)

--

Svnauthz File Administration Plugin

Description

This plugin registers a module into the WebAdmin to allow the configuration of the svnauthz file from the web inferface. It uses the AccountManager plugin to present the list of users.

The development of this plugin was sponsored by EU Edge LLC

Bugs/Feature Requests

Existing bugs and feature requests for SvnAuthzAdminPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:svnauthzadminplugin here].

Source

You can check out SvnAuthzAdminPlugin from here using Subversion, or browse the source with Trac.

Example

It uses the authz_file setting from the [trac] section of trac.ini to find the svnauthz file. Currently it only supports svnauthz files without the repository prefix, so the authz_module_name setting in trac.ini should be left empty (this means you have to specify the complete path from the root of the filesystem). Remember to enable the

svnauthz.* = enabled 

parameter in the components part of the trac.ini The following screenshot shows the plugin in action:

Screenshot of SvnAuthzAdminPlugin

Recent Changes

16825 by rjollos on 2017-09-24 06:49:34
SvnAuthzAdminPlugin 1.0dev: Add file missing from r16822

Refs #13118.

16822 by rjollos on 2017-09-24 05:56:11
SvnAuthzAdminPlugin 1.0dev: Add extension point for changes to authz file

The design should be reconsidered after implementing a similar
change listener for the Configuration class (trac:#11339).

Refs #13118.

16236 by rjollos on 2017-02-12 23:07:49
1.0dev: Adapt to Trac 1.2 location of authz_file
(more)

Author/Contributors

Author: kisg
Contributors:

Attachments (1)

Download all attachments as: .zip