Opened 18 years ago
Closed 3 years ago
#1274 closed task (wontfix)
Please describe how this plugin is used with an svn conf file
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | AuthzGroupsPlugin |
Severity: | trivial | Keywords: | patch |
Cc: | Trac Release: | 0.10 |
Description
This plugin sounds very interesting, but its appears to have dependencies on other libraries (trac.versioncontrol.svn_authz) that may not be present in a typical Trac installation.
Please describe how this plugin is used and what, if any, dependencies it has.
Thanks!
Attachments (0)
Change History (6)
comment:1 Changed 18 years ago by
Severity: | normal → trivial |
---|
comment:2 Changed 17 years ago by
I got this plugin working like this:
Installed the plugin by dropping authzgroups.py in the plugins folder of my project.
I have a authorization file (/data/config/authz) containing:
[groups] developer = bob,john
In apache2.conf the authorization file is defined:
<Location /svn> ... AuthzSVNAccessFile /data/config/authz </Location>
and in trac.ini:
[trac] authz_file = /data/config/authz
Then I used trac-admin to add permissions for the developer group:
trac-admin /path/to/projenv permission add developer TRAC_ADMIN
After a restart of Apache it worked like a charm.
Stefan
comment:3 Changed 5 years ago by
Keywords: | patch added |
---|
comment:4 Changed 4 years ago by
Owner: | changed from Matt Good to Ryan J Ollos |
---|---|
Status: | new → accepted |
I'll see if this can still be useful with Trac 1.4. It definitely needs updates for API changes in Trac.
comment:5 Changed 4 years ago by
Replying to anonymous:
This plugin sounds very interesting, but its appears to have dependencies on other libraries (trac.versioncontrol.svn_authz) that may not be present in a typical Trac installation.
Please describe how this plugin is used and what, if any, dependencies it has.
Thanks!
Andnwho gave permitton to modify changes to my account
comment:6 Changed 3 years ago by
Resolution: | → wontfix |
---|---|
Status: | accepted → closed |
Deprecated and removed.
Agreed - some basic install instructions on the plugin's homepage would be really useful.