Re: how to use LogonUser
Tech-Archive recommends: Fix windows errors by optimizing your registry
"uday" <udaykiran73@xxxxxxxxx> wrote in message
news:1144846744.281060.216410@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
i am using LogonUser(...) but i am getting "1314 error. A required
privilege is not held by the client".
please help me out how to Impersonate a remote Machine. please provide
the steps to proceed.
What operating system do you target? Pre-XP you need to run in the context
of a user which holds the SE_TCB_NAME ("act as part of the operating
system") privilege. Just btw, LocalSystem fits the bill.
Regards,
Will
.
Relevant Pages
- Re: SQL Integrated Security in .NET
... Act as part of the operating system privilege is ... > identity of the iisusr is changed to a domain account that ... (microsoft.public.dotnet.security) - Re: SQL Integrated Security in .NET
... Act as part of the operating system privilege is ... > identity of the iisusr is changed to a domain account that ... (microsoft.public.dotnet.framework.aspnet.security) - ASP and LogonUser
... because LocalSystem has that privilege. ... RevertToSelf doesn't work because by default, the IWAM account doesn't ... since even out-of-process apps impersonate the IUSR ... IWAM privilege get the impersonation token for IUSR? ... (microsoft.public.inetserver.iis.security) - Re: Impersonate
... > Looking in the UAF at SYSTEM rights and stuff I see that 'impersonate' is ... You can defend against it by demanding that VMS Development make ... VMS Developers renamed the old DETACH privilege to IMPERSONATE. ... (comp.os.vms) - Re: Impersonate user (seteuid/setegid)
... These functions, under Linux, allow a high ... impersonate the user, then you switch back to the original context and then ... i.e. have the SE_TCBNAME privilege which is often displayed with the ... an alternative is to use the Security Services Provider ... (microsoft.public.vc.language) |
|