Advapi causing User Lockout Please help

From: Mark Robinson (robinson@ns.sympatico.ca)
Date: 06/02/02


From: "Mark Robinson" <robinson@ns.sympatico.ca>
Date: Sun, 2 Jun 2002 12:46:21 -0300


What is this file when do a google search I found the following what does
this mean?
And How do I stop it and does anyone know where it may have been activated
by, I suspect the lockout is happening because the security is set to lock
out after three invalid log in attempts. I should mention that is a Win2K
pro workstation in a small peer to peer network, and thus far seems to be
the only pc affected, not sure where to start or proceed

--
Mark Robinson
Halifax NS Canada
robinson@ns.sympatico.ca
      Description
        Attempts to perform a user logon operation. You specify the user
with a user name and domain, and authenticate the user with a clear-text
password.
       Syntax
        vLogonUser = Advapi.LogonUser (UserName as String, Password as
String, [Domain as String], [LogonType as LogonTypes])
        Where  Type  Optional  Default  Description
             UserName   String        The name of the user account to log on
to.
             Password   String        Clear-text password for the user
account.
             Domain   String   yes      Domain or server to log on to. If
omitted, LogonUser searches the local account database, and then searches
trusted domain account databases.
             LogonType   LogonTypes   yes      Specifies the type of logon
operation to perform.
       Returns
        Long
       Returns
        If the function succeeds, you receive a handle to a token that
represents the logged-on user.
       Examples
            Advapi - Logon and impersonate user
  Set Advapi = CreateObject("ScriptUtils.Advapi")
  Response.Write Advapi.UserName
  Advapi.ImpersonateLoggedOnUser (Advapi.LogonUser("aa", ""))
  Response.Write Advapi.UserName
  Advapi.RevertToSelf
  Response.Write Advapi.UserName
       Methods of Advapi
        ImpersonateLoggedOnUser, LogonUser, RevertToSelf
       Properties of Advapi
        UserName


Relevant Pages

  • Can anyone HELP user getting locked out by Advapi
    ... String,, [LogonType as LogonTypes]) ... omitted, LogonUser searches the local account database, and then searches ... Set Advapi = CreateObject ...
    (microsoft.public.win2000.security)
  • 2ND Post Need Help Quickly
    ... Advapi is causing one user on a multiuser machine to keep getting locked out ... Attempts to perform a user logon operation. ... String,, [LogonType as LogonTypes]) ...
    (microsoft.public.win2000.security)