[[PageOutline(2-5,Contents,pullout)]] = SvnAuthzAdminPlugin: Authz 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 [http://www.euedge.com EU Edge LLC]. See also TracSvnAuthzPlugin for editing the file without GUI. == Bugs/Feature Requests == Existing bugs and feature requests for SvnAuthzAdminPlugin are [query:status!=closed&component=SvnAuthzAdminPlugin&order=priority here]. If you have any issues, create a [/newticket?component=SvnAuthzAdminPlugin&owner=kisg new ticket]. == Install, Download and Source == For installation, refer to [t:TracPlugins]. Download [download:svnauthzadminplugin the zipped source], check out [/svn/svnauthzadminplugin here] using Subversion, or [source:svnauthzadminplugin browse the source] with Trac. == Example == It uses the authz_file setting from the [trac] section of trac.ini to find the svnauthz file. You may also set the authz_module_name in trac.ini should be left empty (this means you have to specify the complete path from the root of the filesystem). There is also an option to show all authz_module_names contained in the autz-file. {{{ [components] svnauthz.* = enabled [svnauthzadmin] show_all_repos = true }}} parameter in the components part of the trac.ini The following screenshot shows the plugin in action: [[Image(svnauthz_admin.jpg)]] == Recent Changes == [[ChangeLog(svnauthzadminplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:kisg] [[BR]] '''Maintainer:''' [wiki:kisg] [[BR]] '''Contributors:'''