#73768 - 2003-02-28 01:22 PM
Re: RUNAS
|
Richard H.
Administrator
   
Registered: 2000-01-24
Posts: 4946
Loc: Leatherhead, Surrey, UK
|
I've looked into this further, and it is not going to happen in KiXcrypt
The CreateProcessAsUser() call requires security a security token provided by LogonUser(). This can only be a local (machine) login. To run stuff in a network user environment requires a client/server approach, which is why su.exe requires the "suss" service. Requests are send to the login server which I assume either executes calls in a local context (on the server), or executes LogonUser() locally and then returns security tokens that can be used by the client to start processes.
To implement this would require me to write a secure client server product which is well beyond the remit of KiXcrypt.
Best option is to get MS to fix SU.EXE for XP
While looking into this I found a third-party su here: http://www.stefan-kuhr.de/supsu/main.php3 At least this one is actively supported
|
|
Top
|
|
|
|
Moderator: Glenn Barnas, NTDOC, Arend_, Jochen, Radimus, Allen, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 320 anonymous users online.
|
|
|