Modify ↓
Opened 15 years ago
Last modified 4 years ago
#6856 new defect
Using multiple repository syntax breaks admin interface
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | SvnAuthzAdminPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Hi - we have used mutliple repository syntax within the authlist file, e.g. - we have five repositories, which we have different access rights for:
[groups] itswebdev = user1,user2,user3 wanteam = user4 [/] @itswebdev = rw [modius_farcry_core:/] * = r [modius_farcry_plugins:/] * = r [farcry:/] @itswebdev = rw [moodle:/] @itswebdev = rw [networks:/] @wanteam = rw
However with that syntax, when we try to go into svnauthz module in the admin section of trac we get the following error:
Oops… Trac detected an internal error: IOError: Bad path: modius_farcry_core:/ This is probably a local installation issue.
We are running trac/svn on a windows server.
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 11 years ago by
Owner: | changed from Kis Gergely to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:3 Changed 4 years ago by
Status: | assigned → new |
---|
Note: See
TracTickets for help on using
tickets.
Specify the path to the svn-authz-file in [trac.ini] - i.e.:
[trac] authz_file = /var/svn/example/conf/authz