Role based Access Control and Permisions

Windows Access Control

  • After a user is authenticated,the windows OS determines if the user has the correct permissions to access a resource.
  • In the access control model,users and groups (security principals) have assigned rights and permissions that inform OS hat user and permissions that inform OS what each user and group can do.
  • Security principals perform actions on objects.
  • Shared resources use access controls lists (ACLs) to assign permissions to enforce access control in two ways:--

          1.Deny access to an unauthorized users and group.

          2.Set we defined limits on the access that is provide to unauthorized users an groups.


Privileged Account

Privileged Account like administrators of windows services have direct or indirect access to most or assets n an IT organization.

Administrators will configure windows to manage access control to provide security for multiple roles and user.

Principle of least privilege

The principle means giving a user account or process only those privilege which are essential to perform it's intended function.

   Why it is important?

  • Better system stability.
  • Better system security.
  • Ease of deployment 

Access control

  • Permissions
  • Ownership of objects.
  • Inheritance of permissions.
  • User rights
  • Object auditing

Post a Comment

0 Comments