Opened 17 years ago
Closed 16 years ago
#1987 closed enhancement (fixed)
enabling globbing user "*"
Reported by: | Owned by: | Kis Gergely | |
---|---|---|---|
Priority: | high | Component: | SvnAuthzAdminPlugin |
Severity: | trivial | Keywords: | |
Cc: | rupert thurner, David Roussel, Tim Niemueller | Trac Release: | 0.10 |
Description
Hi,
currently the pseudo-user "*" is missing in dropdown list. This catch-all is required if you want assign read-access to / to world.
eg
[project:/] * = r
is currently not possible with this plugin :)
bye
Attachments (1)
Change History (8)
comment:1 Changed 17 years ago by
Cc: | rupert thurner added; anonymous removed |
---|
comment:2 Changed 17 years ago by
Priority: | low → high |
---|
comment:3 follow-up: 5 Changed 17 years ago by
I have an existing authz file like this:
[groups] my-commiters = rod,jane,freddy [/] * = r @my-commiters = rw
But neither path shows up in the GUI. I guess it's the * that fails it?
comment:5 Changed 17 years ago by
for the plugin displays * on every position correctly. never tried a group with "-" though.
Replying to anonymous:
I have an existing authz file like this:
[groups] my-commiters = rod,jane,freddy [/] * = r @my-commiters = rwBut neither path shows up in the GUI. I guess it's the * that fails it?
Changed 17 years ago by
Attachment: | svnauthzadminplugin-globbing-users.patch added |
---|
Trivial patch to always add * to the member list as first element for paths, but not for groups
comment:6 Changed 17 years ago by
Cc: | Tim Niemueller added |
---|
The added patch allow for adding * as a user to a path.
Dashes in a group name are no problem, we use it here as well. Actually the setup you mention is quite similar to what we have here, so looks like a "should work"...
comment:7 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
it is also necessary to restrict global from a subfolder:
[project:/my/very/secret]