= Authz editor for !WebAdmin = '''Note:''' This plugin is no longer maintained. See TracSvnAuthzPlugin and SvnAuthzAdminPlugin for alternate implementations. == Description == The Authz editor for [http://projects.edgewall.com/trac/wiki/WebAdmin WebAdmin] provides an exceedingly simple interface for editing the Subversion authz file specified in trac.ini. This resolves [ticket:72 Ticket #72] === Note === Please note that this code is in alpha testing. It is the author's belief that this plugin will not cause harm, but the author disclaims all warranty. Keep a copy of your authz file backed up before using this plugin. It is not the author's fault if this plugin corrupts your authz file, eats your pets, or destroys gravity. == Bugs/Feature Requests == Existing bugs and feature requests for AuthzWebadminPlugin are [report:9?COMPONENT=AuthzWebadminPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=AuthzWebadminPlugin&owner=puffy new ticket]. == Download == Download the zipped source from [download:authzwebadminplugin here]. == Source == You can check out the source for AuthzWebadminPlugin from Subversion at http://trac-hacks.org/svn/authzwebadminplugin. == Example == Download, compile, drop into your plugins folder, and go. It shows up in !WebAdmin. It's that easy. '''rmorris:''' it's worth pointing out that you must add a line to the [trac] section in your project's trac.ini file -- something like: {{{ [trac] # ... authz_file = /svn/svn.auth # path to my svn authz/access file }}} ...this addition might be immediately obvious to some, but it wasn't to me ;) == Author/Contributors == '''Author:''' [wiki:puffy] [[BR]] '''Contributors:''' [[TagIt(plugin,puffy,alpha,unsupported,0.9)]]