LogonUser

          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
COM API for logon, impersonate and logoff user.
      Easy to use, hi-performance ASP file upload component with progress bar indicator. Let's you upload multiple files with size up to 2GB to a disk or database along with another form fields. Works with large posts, any character set (including unicode utf-8). Contains one-click multiple files/folders download with on-the-fly compression (Using BinaryWrite/BinaryRead).
      Hi-performance text file logging for ASP/VBScript/VBA applications. Lets you create daily/weekly/monthly log files with variable number of logged values and extra timing and performance info.
       Lets you work with safearray binary data in VBS/JS. It also enables conversion between binary and String data using several code pages. ZLib compress and uncompress functions. Lets you transfer files using compressed stream from a client to server using IE.
      This library also enables calling of some Kernel and Advapi functions (performance, timing, sleep, configuration ...) and enables native work with INI files.


© 1996 – 2005 Motobit Software, help{at}pstruh.cz, help v. 2.16.14