Re: What is a local logon?
From: David Sickmiller (davesickmiller_at_yahoo.com)
Date: 03/30/04
- Next message: Jeff Cochran: "Re: FTP Site"
- Previous message: Charles A. Lackman: "FTP Site"
- In reply to: Roger Haxby: "What is a local logon?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 30 Mar 2004 12:11:39 -0800
My understanding of the situation is that all Windows logons
(regardless of application) are performed using the Win32API
LogonUser() function. This function has a parameter called logonType,
and applications are usually hardcoded to use one type of logon.
The main 4 types of logons correspond to user rights:
Interactive logon: "Log on locally",
Network logon: "Access this computer from the network",
Batch logon: "Log on as a batch job",
Service logon: "Log on as a service"
I do not have specific experience with IIS logons, but by
granting/revoking those 4 rights to a test user, you can easily
determine which method is necessary. Sometimes they do not seem to
make sense. For example, to logon using FTP, you need the ability to
"log on locally" (i.e. interactive logon). That was not the behavior
I expected.
If you delve deeper, you will discover that there are more logon
types, and that they have different effects.
-David
- Next message: Jeff Cochran: "Re: FTP Site"
- Previous message: Charles A. Lackman: "FTP Site"
- In reply to: Roger Haxby: "What is a local logon?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|