|
Bugzilla – Full Text Bug Listing |
| Summary: | Length of /etc/group entry | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | Doug Eckert <doug.eckert> |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | low | ||
| Version: | 1.6.9 | ||
| Hardware: | IBM | ||
| OS: | Other | ||
|
Description
Doug Eckert
2009-02-06 13:58:56 MST
correction, the work around isn't working wither. Disregard. I had users entering command as follows: $ sudo -i -u <user> <path-to-script> Error was that user is not allowed to run '/usr/bin/ksh <path-to-script>' as user: <user> I added "/usr/bin/ksh <path-to-script>" to the command alias and all is well. |