Opened 19 years ago
Closed 19 years ago
#4360 closed defect (invalid)
Wildcard doesn't work when removing permissions in trac-admin
| Reported by: | Owned by: | Christopher Lenz | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/console | Version: | 0.10b1 |
| Severity: | normal | Keywords: | trac-admin permission wildcard |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
trac-admin /trac/cvs/trac permission list
[snip]
nigelb admin
[snip]
trac-admin /trac/cvs/trac permission remove nigelb *
trac-admin /trac/cvs/trac permission list
[snip]
nigelb admin
[snip]
trac-admin /trac/cvs/trac permission remove nigelb admin
trac-admin /trac/cvs/trac permission list
(nigelb no longer listed as a member of admin group)
Attachments (0)
Change History (2)
follow-up: 2 comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Replying to Noah Kantrowitz <coderanger@yahoo.com>:
Quote the '*'., otherwise the shell expands that to the file in the current directory.
Lol, I now feel like a total prat!
I have updated the wiki page, thank you very much for your swift help!
Cheers
Nige



Quote the '*'., otherwise the shell expands that to the file in the current directory.