#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 Changed 16 years ago by TicketCleanup
- Severity changed from Blocking to None
comment:2 follow-up: ↓ 3 Changed 16 years ago by 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.
comment:3 in reply to: ↑ 2 Changed 16 years ago by Valik
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:4 Changed 15 years ago by Jon
Can this be closed now, Valik?
comment:5 Changed 15 years ago by Valik
Nope. I've never tested it and I'm 99% sure something is broken in the "almost never used" code path.
comment:6 Changed 15 years ago by Valik
- Milestone set to 3.3.3.0
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [5480] in version: 3.3.3.0
comment:7 Changed 15 years ago by Valik
Vindication! There *was* a really obscure bug nobody but me would ever find.
comment:8 Changed 15 years ago by Valik
This ticket is referenced in revision: [5482]
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Automatic ticket cleanup.