QuestionQ11

Security and Restricting Access

Assume that a table named table exists and has three fields: field1, field2, and field3. Review the Access Control list for table:

Question Image

Which field or fields may a user with the itil role read?

  • A field3 only
  • B filed1 and field3
  • C All fields
  • D All fields except field3
Explanation

A user must pass the table ACL and the applicable field ACL. The itil role passes the table.None read ACL, but does not pass the more specific table.field3 read ACL because that ACL requires the admin role. Thus, the user can read field1 and field2, but not field3.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!