Re: API call to LongonUser

From: neo [mvp outlook] (neo@mvps.org)
Date: 06/01/02


From: "neo [mvp outlook]" <neo@mvps.org>
Date: Sat, 1 Jun 2002 09:10:47 -0700


That API call is generally used by system services to impersonate a user.
For example, you use task scheduler to setup a job to run under a specific
userid/password. Since the task scheduler runs under the system context, it
has the right to use this api call to logon with the credentials supplied
when setting up the job.

PS - you might want to double check that article again. A logon type of "3"
means that someone logged on from the network.

"Kaushal Shah" <cryskns1@yahoo.com> wrote in message
news:Ob8eCMYCCHA.864@tkmsftngp02...
> Hi, I have an entry in my security log. I have figured out the relevant KB
> Article for the error:
> http://support.microsoft.com/default.aspx?scid=kb;en-us;Q174073
> My logon type is 3 which means: "advapi" API call to LogonUser
>
> Can someone explain me the meaning of API call to LongonUser?
>
> Thanks, Kaushal
>
>
>



Relevant Pages

  • Re: Accessing Windows Task Scheduler API through VB.NET 2003
    ... provides a facade on the unmanaged API for me and I call my new managed API ... The reason I call trying to write this code in VB.Net or even C# insane is ... I would like to add items to the windows task scheduler using VB.NET2003. ...
    (microsoft.public.vsnet.general)
  • Re: Set volume label programmatically ?
    ... Any system services to achive the same as SET VOLUME / LABEL ... There is no API available for this particular purpose, and there's slightly more involved here than just brute-force tweaking the contents of a field on the disk. ...
    (comp.os.vms)
  • API call to LongonUser
    ... I have an entry in my security log. ... My logon type is 3 which means: "advapi" API call to LogonUser ...
    (microsoft.public.win2000.security)
  • Task Scheduler API
    ... Is there an API for the NT Task Scheduler (not the AT Command)? ... an object interface to it? ...
    (microsoft.public.win32.programmer.tools)
  • Problem using Task Scheduler API
    ... I wrote an MFC wrapper class for the Task Scheduler COM API and I'm using it ... in my application to add/remove/modify scheduled tasks. ... machines) and the Toshiba laptop is the only one experiencing this error. ...
    (microsoft.public.vc.mfc)