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.
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. |
Long
If the function succeeds, you receive a handle to a token that represents the logged-on user.
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 |
ImpersonateLoggedOnUser, LogonUser, RevertToSelf
COM API for logon, impersonate and logoff user.
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 4GB 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 - 2011 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz