|
|
Get the Book
Major Topics Other Topics More Detail |
Authentication is the process of identifying a user. This is normally done with a user name and password combination, but it can also be done with a certificate on a smart card and a PIN. Windows security demands a mandatory logon. If the authentication is successful, a SAT Security Access Token is issued. The SAT contains SIDs Security IDentifiers for the user and for all groups where the user is a member. SIDs are unique numbers used to identify security principals (eg. users and groups). A copy of the SAT is attached to every process launched by the user.
When a resource is accessed by a process, the Windows Security Reference Monitor allows access only if the security principals defined in the SAT are allowed access as defined in the DACL. The DACL for a folder is accessed by selecting the Security tab in the properties dialog as shown below.
Ownership
Ownership can be changed with the Advanced Security Settings dialog below. Auditing All security related events can be audited. Examples of events are reading or writing a files, or changing a users password. |
|
|
|