Chunk

チャンク:アクセス制御一覧

From Joomla! Documentation

Revision as of 09:54, 6 March 2014 by Nori (talk | contribs) (Created page with "アクセスコントロールリスト(ACL)はウィキペディアの定義と同じで"ACLとは、オブジェクト(受動体)に付...")

アクセスコントロールリスト(ACL)はウィキペディアの定義と同じで"ACLとは、オブジェクト(受動体)に付属する許可属性のリスト。コンピュータセキュリティにおけるアクセス制御を実現するために、あるリソース(受動体)に対する誰からのどの操作を許可するかを列挙したもの。例えば、ファイル X についてのアクセス制御リストに要素 (Alice, delete) があれば、Alice はファイル X を削除することができる。”Joomlaではサイト管理者が制御でき二つの制御ができます

  • Which users can gain access to what parts of the website? For example, will a given menu choice be visible for a given user? A registered user can view, but the public at large cannot. Perhaps the menu choice is hidden from all except an Editor user and higher.
  • What operations (or actions) can a user perform on any given object? For example, can a user listed as an "Editor" submit an article or only edit an existing article. The ACL settings could allow submitting and editing, or allow a change an article's category, add tags or any combination.

The implementation of ACL in Joomla was substantially changed in the Joomla! 2.5 series which allowed for more flexibility in groups and permissions.

Languages