#384 closed Bug (Fixed)
More extensive testing of RunAs()
| Reported by: | Valik | Owned by: | Valik |
|---|---|---|---|
| Milestone: | 3.3.3.0 | Component: | AutoIt |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
Adding as an issue that I need to do some more extensive testing with RunAs() to confirm all the bugs are gone.
Attachments (0)
Change History (8)
comment:1 by , 18 years ago
| Severity: | Blocking → None |
|---|
follow-up: 3 comment:2 by , 17 years ago
A script cant run itself with a different user rights on a domain but a 2nd script can run the 1st one with different rights.
comment:3 by , 17 years ago
Replying to anonymous:
A script cant run itself with a different user rights on a domain but a 2nd script can run the 1st one with different rights.
First of all, that has nothing to do with this issue. Second, it can, but you have to make sure that the script is in a place that UserB can access it. For example, if you try to run a script off UserA's desktop, it's going to fail to start because UserB does not have access to that directory. You also have to ensure that the working directory is accessible by UserB.
comment:5 by , 16 years ago
Nope. I've never tested it and I'm 99% sure something is broken in the "almost never used" code path.
comment:6 by , 16 years ago
| Milestone: | → 3.3.3.0 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [5480] in version: 3.3.3.0
comment:7 by , 16 years ago
Vindication! There *was* a really obscure bug nobody but me would ever find.

Automatic ticket cleanup.