Modify

Opened 17 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 17 years ago by rahim

Severity: normaltrivial

Agreed - some basic install instructions on the plugin's homepage would be really useful.

comment:2 Changed 17 years ago by stefan.norman@…

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 4 years ago by figaro

Keywords: patch added

comment:4 Changed 4 years ago by Ryan J Ollos

Owner: changed from Matt Good to Ryan J Ollos
Status: newaccepted

I'll see if this can still be useful with Trac 1.4. It definitely needs updates for API changes in Trac.

comment:5 in reply to:  description Changed 3 years ago by Lisa Nels

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 Ryan J Ollos

Resolution: wontfix
Status: acceptedclosed

Deprecated and removed.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.