Changes between Version 4 and Version 5 of Internal/Rbacinternal


Ignore:
Timestamp:
Jul 27, 2006, 3:52:35 PM (18 years ago)
Author:
hedinger
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Rbacinternal

    v4 v5  
    22The Lightweight Directory Access Protocol (LDAP) is used by Orbit to ''authenticate'' each user's password when he or she logs into an Orbit controller or server.  LDAP authentication and the proper use of Orbit user id's and passwords allows each user id to be related to a single human user.  A single person may have one or more Orbit user id's.  Each Orbit user id may be logged into one or more sessions, and during each session there are multiple serial or parallel computer processes initiated by the user.  A ''process'' is the operation of an application program like a spreadsheet, editor or browser.
    33
    4 Role-Based Access Control (RBAC) will be used by Orbit to ''control'' each user's ''access'' to Orbit resources based on his or her ''role''.  To explain how RBAC will work, first some terminology.  An application program or process acting on behalf of a user is referred to as a subject.  An object is any resource accessible on a computer system, including peripherals, files, databases, and fields in a database.  An operation is an active process invoked by the subject process much like a function call or a method invocation.  A ''permission'' or privilege is the authorization to perform some action on the system.  In RBAC, a permission involves the authorization to perform a given operation on a given object.
     4Role-Based Access Control (RBAC) will be used by Orbit to ''control'' each user's ''access'' to Orbit resources based on his or her ''role''.  To explain how RBAC will work, first some terminology.  An application program or process acting on behalf of a user is referred to as a ''subject''.  An ''object'' is any resource accessible on a computer system, including peripherals, files, databases, and fields in a database.  An ''operation'' is an active part of a process invoked by the subject process much like a function call or a method invocation.  A ''permission'' or privilege is the authorization to perform some action on the system.  In RBAC, a permission involves the authorization to perform a given operation on a given object.  The use of roles to control access is based on the observation that there may be thousands of users in a given organization, but there are perhaps only a hundred different roles they act in at any given time to access resources.  Users are assigned to one or more roles and each role has defined permissions for operations issued on behalf of a process run by a user acting in that role to access a given object.
    55 
    66== LDAP Version 2 documents ==