Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#2478 closed defect (fixed)

authz_module_name not read from default trac.imi

Reported by: M.v.Kalmthout_1@… Owned by: Christopher Lenz
Priority: low Milestone: 0.10
Component: version control Version: 0.9.2
Severity: trivial Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I do not know if this behaviour is on purpose. However changing svn_authz.py :

    module_name = env.config.get('trac','authz_module_name','')

into

    module_name = env.config.get('trac','authz_module_name')

solved the issue for me.

Attachments (0)

Change History (2)

comment:1 by Christopher Lenz, 18 years ago

Milestone: 0.10
Status: newassigned

comment:2 by Christopher Lenz, 18 years ago

Priority: normallow
Resolution: fixed
Severity: normaltrivial
Status: assignedclosed

Thanks for the patch, applied in [3498].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.