R
Ryan
I have 2 machines on the same lan. Neither one is on a domain. Lets call
them computer1 and computer2.
Computer1 has a user/password called Computer1User /Computer1Password
Using the LogonUser API in advapi32.dll, is it possible for computer2 to
impersonate the local user in computer1?
I am calling something like the following from computer2, which always
fails.
LogonUser("Computer1User", "Computer1", "Computer1Password",
LOGON32_LOGON_INTERACTIVE, LOGON32_PROVIDER_DEFAULT, token)
Any Ideas? Is what I am asking even possible?
Thanks
them computer1 and computer2.
Computer1 has a user/password called Computer1User /Computer1Password
Using the LogonUser API in advapi32.dll, is it possible for computer2 to
impersonate the local user in computer1?
I am calling something like the following from computer2, which always
fails.
LogonUser("Computer1User", "Computer1", "Computer1Password",
LOGON32_LOGON_INTERACTIVE, LOGON32_PROVIDER_DEFAULT, token)
Any Ideas? Is what I am asking even possible?
Thanks