Opened on Jun 16, 2008 at 7:32:13 PM
Closed on Dec 27, 2009 at 11:13:27 PM
Last modified on Dec 27, 2009 at 11:50:29 PM
#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 , on Jun 16, 2008 at 8:00:13 PM
| Severity: | Blocking → None |
|---|
follow-up: 3 comment:2 by , on Sep 9, 2008 at 2:26:09 AM
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 , on Sep 9, 2008 at 3:05:26 AM
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 , on Oct 20, 2009 at 5:20:28 PM
Nope. I've never tested it and I'm 99% sure something is broken in the "almost never used" code path.
comment:6 by , on Dec 27, 2009 at 11:13:27 PM
| Milestone: | → 3.3.3.0 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [5480] in version: 3.3.3.0
comment:7 by , on Dec 27, 2009 at 11:14:00 PM
Vindication! There *was* a really obscure bug nobody but me would ever find.

Automatic ticket cleanup.