LogonUser

ActiveX/VBSScript registry editor  ActiveX NT User account manager  Export MDB/DBF from ASP
Url replacer, IIS url rewrite Active LogFile  Email export  ActiveX/ASP Scripting Dictionary object
 IISTracer, real-time IIS monitor
 Huge ASP upload - upload files with progress.
          Method 
          Member of  ScriptUtils.Advapi 

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
  Other links for LogonUser

Properties of Advapi class

ScriptUtils.Advapi

COM API for logon, impersonate and logoff user.

ScriptUtils

     Huge ASP upload is easy to use, hi-performance ASP file upload component with progress bar indicator. This component lets you upload multiple files with size up to 2GB to a disk or a database along with another form fields. Huge ASP file upload is a most featured upload component on a market with competitive price and a great performance.

     The software has also a free version of asp upload with progress, called Pure asp upload, written in plain VBS, without components (so you do not need to install anything on server).

     This installation package contains also ScriptUtilities library. Script Utilities lets you create hi-performance log files, works with binary data, you can download multiple files with zip/arj compression, work with INI files and much more with the ASP utility.


© 1996 – 2008 Antonin Foller, Motobit Software, help{at}pstruh.cz, help v. 2.20.24