|
Bugzilla – Full Text Bug Listing |
| Summary: | option -v not working | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | Dan <dandm3> |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | low | ||
| Version: | 1.8.4 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | Patch to fix "sudo -v" in sudo 1.8.4 | ||
|
Description
Dan
2012-03-12 11:46:48 MDT
Were both sudo commands run from the same terminal? The tty_tickets option is enabled by default on newer sudo versions so "sudo -v" is per-terminal. You can change this by adding a line in sudoers like: Defaults !tty_tickets Yes, the commands were run from the same terminal, one right after the other. Created attachment 335 [details]
Patch to fix "sudo -v" in sudo 1.8.4
The attached patch fixes the problem.
Fixed in sudo 1.8.4p4, available now. |